Uses of Class
com.azure.resourcemanager.authorization.models.RoleAssignmentCreateParameters
Packages that use RoleAssignmentCreateParameters
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleAssignmentCreateParameters in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleAssignmentCreateParametersModifier and TypeMethodDescriptionRoleAssignmentCreateParameters.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleAssignmentCreateParameters.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleAssignmentCreateParameters.withDelegatedManagedIdentityResourceId(String delegatedManagedIdentityResourceId) Set the delegatedManagedIdentityResourceId property: Id of the delegated managed identity resource.RoleAssignmentCreateParameters.withDescription(String description) Set the description property: Description of role assignment.RoleAssignmentCreateParameters.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleAssignmentCreateParameters.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentCreateParameters.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID.