ManagedIdentityCredential Class

Managed identity credential.

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

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

Constructor

ManagedIdentityCredential(*, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, annotations: Optional[List[Any]] = None, resource_id: Optional[str] = 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.

resource_id
str

The resource id of user assigned managed identity.