ServicePrincipalCredential Class

Service principal credential.

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

Inheritance
azure.mgmt.datafactory.models._models_py3.Credential
ServicePrincipalCredential

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

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. Type of credential.Constant filled by server.

description
str

Credential description.

annotations
list[any]

List of tags that can be used for describing the Credential.

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.