DefaultAccountPayload Class

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

Inheritance
DefaultAccountPayload

Constructor

DefaultAccountPayload(*, account_name: Optional[str] = None, resource_group_name: Optional[str] = None, scope: Optional[str] = None, scope_tenant_id: Optional[str] = None, scope_type: Optional[Union[str, azure.mgmt.purview.models._purview_management_client_enums.ScopeType]] = None, subscription_id: Optional[str] = None, **kwargs)

Parameters

account_name
str
Required

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

resource_group_name
str
Required

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

scope
str
Required

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

scope_tenant_id
str
Required

The scope tenant in which the default account is set.

scope_type
str or ScopeType
Required

The scope where the default account is set. Possible values include: "Tenant", "Subscription".

subscription_id
str
Required

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