Interface AuthorizationAccessPolicyContract.UpdateStages.WithTenantId
- All Known Subinterfaces:
AuthorizationAccessPolicyContract.Update
- Enclosing interface:
AuthorizationAccessPolicyContract.UpdateStages
public static interface AuthorizationAccessPolicyContract.UpdateStages.WithTenantId
The stage of the AuthorizationAccessPolicyContract update allowing to specify tenantId.
-
Method Summary
Modifier and TypeMethodDescriptionwithTenantId(String tenantId) Specifies the tenantId property: The Tenant Id.
-
Method Details
-
withTenantId
Specifies the tenantId property: The Tenant Id.- Parameters:
tenantId- The Tenant Id.- Returns:
- the next definition stage.
-