TenantBackfillStatusResult Class

The tenant backfill status.

Constructor

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

Variables

Name Description
tenant_id
str

The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000.

status
str or Status

The status of the Tenant Backfill. Known values are: "NotStarted", "NotStartedButGroupsExist", "Started", "Failed", "Cancelled", and "Completed".

Attributes

status

"NotStarted", "NotStartedButGroupsExist", "Started", "Failed", "Cancelled", and "Completed".

status: str | _models.Status | None

tenant_id

The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000.

tenant_id: str | None