LinkedIntegrationRuntimeRbacAuthorization Class
The role based access control (RBAC) authorization type integration runtime.
Constructor
LinkedIntegrationRuntimeRbacAuthorization(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The resource identifier of the integration runtime to be shared. Required. |
|
credential
|
The credential reference containing authentication information. |
|
authorization_type
|
The authorization type for integration runtime sharing. Required. Default value is "RBAC". |
Attributes
authorization_type
The authorization type for integration runtime sharing. Required. Default value is "RBAC".
authorization_type: Literal['RBAC']
credential
The credential reference containing authentication information.
credential: _models.CredentialReference | None
resource_id
The resource identifier of the integration runtime to be shared. Required.
resource_id: str