ServicePrincipalCredential Class
Service principal credential.
Constructor
ServicePrincipalCredential(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
Credential description. |
|
annotations
|
List of tags that can be used for describing the Credential. |
|
type_properties
|
Service Principal credential properties. Required. |
|
type
|
Type of credential. Required. Default value is "ServicePrincipal". |
Attributes
type
Type of credential. Required. Default value is "ServicePrincipal".
type: Literal['ServicePrincipal']
type_properties
Service Principal credential properties. Required.
type_properties: _models.ServicePrincipalCredentialTypeProperties