models.subscription_type_azure_credentials_enum module

class models.subscription_type_azure_credentials_enum.SubscriptionTypeAzureCredentialsEnum[source]

Bases: object

Implementation of the ‘SubscriptionType_AzureCredentials’ enum.

Specifies the subscription type of Azure such as ‘kAzureCommercial’, ‘kAzureGovCloud’ or ‘kAzureStackCommercial’ Specifies the subscription type of an Azure source entity. ‘kAzureCommercial’ indicates a standard Azure subscription. ‘kAzureGovCloud’ indicates a govt Azure subscription. ‘kAzureStackCommercial’ indicates a stack commercial Azure subscription.

Attributes:

KAZURECOMMERCIAL: TODO: type description here. KAZUREGOVCLOUD: TODO: type description here. KAZURESTACKCOMMERCIAL: TODO: type description here.

KAZURECOMMERCIAL = 'kAzureCommercial'
KAZURESTACKCOMMERCIAL = 'kAzureStackCommercial'
K_AZURE_GO_VCLOUD = 'kAzureGovCloud'