PutTenantPolicyRequestProperties interface
Put tenant policy request properties.
Properties
block |
Blocks the entering of subscriptions into user's tenant. |
block |
Blocks the leaving of subscriptions from user's tenant. |
exempted |
List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant. |
Property Details
blockSubscriptionsIntoTenant
Blocks the entering of subscriptions into user's tenant.
blockSubscriptionsIntoTenant?: boolean
Property Value
boolean
blockSubscriptionsLeavingTenant
Blocks the leaving of subscriptions from user's tenant.
blockSubscriptionsLeavingTenant?: boolean
Property Value
boolean
exemptedPrincipals
List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.
exemptedPrincipals?: string[]
Property Value
string[]