AzureCredentials Class
Container App credentials.
Constructor
AzureCredentials()
Variables
| Name | Description |
|---|---|
|
client_id
|
Client Id. |
|
client_secret
|
Client Secret. |
|
tenant_id
|
Tenant Id. |
|
kind
|
Kind of auth github does for deploying the template. |
|
subscription_id
|
Subscription Id. |
Attributes
clientId
Client Id.
clientId: str
clientSecret
Client Secret.
clientSecret: str
kind
Kind of auth github does for deploying the template.
kind: str
subscriptionId
Subscription Id.
subscriptionId: str
tenantId
Tenant Id.
tenantId: str