PutTenantPolicyRequestProperties Class

Put tenant policy request properties.

Inheritance
PutTenantPolicyRequestProperties

Constructor

PutTenantPolicyRequestProperties(*, block_subscriptions_leaving_tenant: Optional[bool] = None, block_subscriptions_into_tenant: Optional[bool] = None, exempted_principals: Optional[List[str]] = None, **kwargs)

Variables

block_subscriptions_leaving_tenant
bool

Blocks the leaving of subscriptions from user's tenant.

block_subscriptions_into_tenant
bool

Blocks the entering of subscriptions into user's tenant.

exempted_principals
list[str]

List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.