<policy-id>
should be replaced with the ID of the Azure AD Conditional Access Policy, <assignee-id>
should be replaced with the ID of the user or group to whom the policy is assigned, and so on.
azure-mgmt-authorization
package to manage Azure AD Conditional Access Policies.PolicyDefinitionsOperations
and PolicyAssignmentsOperations
classes to define and assign policies respectively.displayName
, conditions
, grantControls
, and sessionControls
for the policies.azure-mgmt-authorization
package to manage Azure RBAC.RoleDefinitionsOperations
and RoleAssignmentsOperations
classes to define and assign roles respectively.roleName
, description
, permissions
, and assignableScopes
for the roles.azure-mgmt-authorization
package to manage Azure AD PIM.PimConfigurationOperations
and PimRoleAssignmentsOperations
classes to manage PIM settings and assignments respectively.resourceId
, roleId
, memberId
, and assignmentState
for the PIM assignments.