TenantPolicy interface

Tenant policy.

Properties

blockSubscriptionsIntoTenant

Blocks the entering of subscriptions into user's tenant.

blockSubscriptionsLeavingTenant

Blocks the leaving of subscriptions from user's tenant.

exemptedPrincipals

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

policyId

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