AzureCredentials Class

Container App credentials.

Constructor

AzureCredentials(*args: Any, **kwargs: Any)

Variables

Name Description
client_id
str

Client Id.

client_secret
str

Client Secret.

tenant_id
str

Tenant Id.

kind
str

Kind of auth github does for deploying the template.

subscription_id
str

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