DefaultAccountPayload interface

Payload to get and set the default account in the given scope

Properties

accountName

The name of the account that is set as the default.

resourceGroupName

The resource group name of the account that is set as the default.

scope

The scope object ID. For example, sub ID or tenant ID.

scopeTenantId

The scope tenant in which the default account is set.

scopeType

The scope where the default account is set.

subscriptionId

The subscription ID of the account that is set as the default.

Property Details

accountName

The name of the account that is set as the default.

accountName?: string

Property Value

string

resourceGroupName

The resource group name of the account that is set as the default.

resourceGroupName?: string

Property Value

string

scope

The scope object ID. For example, sub ID or tenant ID.

scope?: string

Property Value

string

scopeTenantId

The scope tenant in which the default account is set.

scopeTenantId?: string

Property Value

string

scopeType

The scope where the default account is set.

scopeType?: string

Property Value

string

subscriptionId

The subscription ID of the account that is set as the default.

subscriptionId?: string

Property Value

string