PutTenantPolicyRequestProperties interface
放置租户策略请求属性。
属性
| block |
阻止将订阅输入到用户的租户中。 |
| block |
阻止离开用户的租户中的订阅。 |
| exempted |
从用户租户的设置订阅租户策略中免除的用户 objectId 列表。 |
属性详细信息
blockSubscriptionsIntoTenant
阻止将订阅输入到用户的租户中。
blockSubscriptionsIntoTenant?: boolean
属性值
boolean
blockSubscriptionsLeavingTenant
阻止离开用户的租户中的订阅。
blockSubscriptionsLeavingTenant?: boolean
属性值
boolean
exemptedPrincipals
从用户租户的设置订阅租户策略中免除的用户 objectId 列表。
exemptedPrincipals?: string[]
属性值
string[]