AzureCredentials interface
Container App credentials.
Properties
| client |
Client Id. |
| client |
Client Secret. |
| kind | Kind of auth github does for deploying the template |
| subscription |
Subscription Id. |
| tenant |
Tenant Id. |
Property Details
clientId
Client Id.
clientId?: string
Property Value
string
clientSecret
Client Secret.
clientSecret?: string
Property Value
string
kind
Kind of auth github does for deploying the template
kind?: string
Property Value
string
subscriptionId
Subscription Id.
subscriptionId?: string
Property Value
string
tenantId
Tenant Id.
tenantId?: string
Property Value
string