ServicePrincipalCredential Class
Service principal credential.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.CredentialServicePrincipalCredential
Constructor
ServicePrincipalCredential(*, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, annotations: Optional[List[Any]] = None, service_principal_id: Optional[Any] = None, service_principal_key: Optional[_models.AzureKeyVaultSecretReference] = None, tenant: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of credential.Constant filled by server.
- description
- str
Credential description.
- service_principal_id
- any
The app ID of the service principal used to authenticate.
- service_principal_key
- AzureKeyVaultSecretReference
The key of the service principal used to authenticate.
- tenant
- any
The ID of the tenant to which the service principal belongs.
Feedback
Submit and view feedback for