Syntax
azureIdentity:
clientId: <string> # required
clientSecret: <string> # required
grantType: <string>
resource: <string>
tenantId: <string>azureIdentity: clientId: <string> # required clientSecret: <string> # required grantType: <string> resource: <string> tenantId: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| clientId | true | - | The client ID. | - |
| clientSecret | true | - | The client secret. | - |
| grantType | false | client_credentials | The grant type to use. | - |
| resource | false | https://management.azure.com | The resource URI. | - |
| tenantId | false | - | The tenant ID. | - |