LinkedIntegrationRuntimeKeyAuthorization Class
The key authorization type integration runtime.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedIntegrationRuntimeTypeLinkedIntegrationRuntimeKeyAuthorization
Constructor
LinkedIntegrationRuntimeKeyAuthorization(*, key: _models.SecureString, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key
|
The key used for authorization. Required. |
Variables
Name | Description |
---|---|
authorization_type
|
The authorization type for integration runtime sharing. Required. |
key
|
The key used for authorization. Required. |
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