TenantPolicy interface
Tenant policy.
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. |
policy |
Policy Id. NOTE: This property will not be serialized. It can only be populated by the server. |
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[]
policyId
Policy Id. NOTE: This property will not be serialized. It can only be populated by the server.
policyId?: string
Property Value
string