LinkedIntegrationRuntimeRbacAuthorization Class

The role based access control (RBAC) authorization type integration runtime.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.LinkedIntegrationRuntimeType
LinkedIntegrationRuntimeRbacAuthorization

Constructor

LinkedIntegrationRuntimeRbacAuthorization(*, resource_id: str, credential: Optional[_models.CredentialReference] = None, **kwargs)

Variables

authorization_type
str

Required. The authorization type for integration runtime sharing.Constant filled by server.

resource_id
str

Required. The resource identifier of the integration runtime to be shared.

credential
CredentialReference

The credential reference containing authentication information.