LinkedIntegrationRuntimeRbacAuthorization Class
The role based access control (RBAC) authorization type integration runtime.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedIntegrationRuntimeTypeLinkedIntegrationRuntimeRbacAuthorization
Constructor
LinkedIntegrationRuntimeRbacAuthorization(*, resource_id: str, credential: _models.CredentialReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
The resource identifier of the integration runtime to be shared. Required. |
credential
|
The credential reference containing authentication information. |
Variables
Name | Description |
---|---|
authorization_type
|
The authorization type for integration runtime sharing. Required. |
resource_id
|
The resource identifier of the integration runtime to be shared. Required. |
credential
|
The credential reference containing authentication information. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python