AzureBaseCredentials
AzureBaseCredentials
JSON Example
{
"clientId": "string",
"clientSecret": "string",
"tenant": "string"
}
string
clientId
Required
Client Id for an Azure service account within your project.
string
clientSecret
Required
Client Secret for an Azure service account within your project. Use 'saved_secret' to retain the client secret when updating.
string
tenant
Required
Tenant Id for an Azure service account within your project.