Class LinkedIntegrationRuntimeRbacAuthorization


  • public final class LinkedIntegrationRuntimeRbacAuthorization
    extends LinkedIntegrationRuntimeType
    The role based access control (RBAC) authorization type integration runtime.
    • Constructor Detail

      • LinkedIntegrationRuntimeRbacAuthorization

        public LinkedIntegrationRuntimeRbacAuthorization()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId property: The resource identifier of the integration runtime to be shared.
        Returns:
        the resourceId value.
      • withResourceId

        public LinkedIntegrationRuntimeRbacAuthorization withResourceId​(String resourceId)
        Set the resourceId property: The resource identifier of the integration runtime to be shared.
        Parameters:
        resourceId - the resourceId value to set.
        Returns:
        the LinkedIntegrationRuntimeRbacAuthorization object itself.
      • credential

        public CredentialReference credential()
        Get the credential property: The credential reference containing authentication information.
        Returns:
        the credential value.
      • withCredential

        public LinkedIntegrationRuntimeRbacAuthorization withCredential​(CredentialReference credential)
        Set the credential property: The credential reference containing authentication information.
        Parameters:
        credential - the credential value to set.
        Returns:
        the LinkedIntegrationRuntimeRbacAuthorization object itself.