AzureCredentials Class
Container App credentials.
Constructor
AzureCredentials(*args: Any, **kwargs: Any)
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
client_id
Client Id.
client_id: str | None
client_secret
Client Secret.
client_secret: str | None
kind
Kind of auth github does for deploying the template.
kind: str | None
subscription_id
Subscription Id.
subscription_id: str | None
tenant_id
Tenant Id.
tenant_id: str | None