AzureCredentials Class

Container App credentials.

Constructor

AzureCredentials()

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

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