Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAppRoleAssignment
Packages that use MicrosoftGraphAppRoleAssignment
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAppRoleAssignment in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAppRoleAssignmentModifier and TypeMethodDescriptionMicrosoftGraphAppRoleAssignment.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphAppRoleAssignment.withAppRoleId(UUID appRoleId) Set the appRoleId property: The identifier (id) for the app role which is assigned to the principal.MicrosoftGraphAppRoleAssignment.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The createdDateTime property.MicrosoftGraphAppRoleAssignment.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.Set the id property: Read-only.MicrosoftGraphAppRoleAssignment.withPrincipalDisplayName(String principalDisplayName) Set the principalDisplayName property: The display name of the user, group, or service principal that was granted the app role assignment.MicrosoftGraphAppRoleAssignment.withPrincipalId(UUID principalId) Set the principalId property: The unique identifier (id) for the user, group or service principal being granted the app role.MicrosoftGraphAppRoleAssignment.withPrincipalType(String principalType) Set the principalType property: The type of the assigned principal.MicrosoftGraphAppRoleAssignment.withResourceDisplayName(String resourceDisplayName) Set the resourceDisplayName property: The display name of the resource app's service principal to which the assignment is made.MicrosoftGraphAppRoleAssignment.withResourceId(UUID resourceId) Set the resourceId property: The unique identifier (id) for the resource service principal for which the assignment is made.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAppRoleAssignmentModifier and TypeMethodDescriptionMicrosoftGraphServicePrincipalInner.appRoleAssignedTo()Get the appRoleAssignedTo property: Principals (users, groups, and service principals) that are assigned to this service principal.MicrosoftGraphGroupInner.appRoleAssignments()Get the appRoleAssignments property: The appRoleAssignments property.MicrosoftGraphServicePrincipalInner.appRoleAssignments()Get the appRoleAssignments property: Applications that this service principal is assigned to.MicrosoftGraphUserInner.appRoleAssignments()Get the appRoleAssignments property: The appRoleAssignments property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAppRoleAssignmentModifier and TypeMethodDescriptionMicrosoftGraphServicePrincipalInner.withAppRoleAssignedTo(List<MicrosoftGraphAppRoleAssignment> appRoleAssignedTo) Set the appRoleAssignedTo property: Principals (users, groups, and service principals) that are assigned to this service principal.MicrosoftGraphGroupInner.withAppRoleAssignments(List<MicrosoftGraphAppRoleAssignment> appRoleAssignments) Set the appRoleAssignments property: The appRoleAssignments property.MicrosoftGraphServicePrincipalInner.withAppRoleAssignments(List<MicrosoftGraphAppRoleAssignment> appRoleAssignments) Set the appRoleAssignments property: Applications that this service principal is assigned to.MicrosoftGraphUserInner.withAppRoleAssignments(List<MicrosoftGraphAppRoleAssignment> appRoleAssignments) Set the appRoleAssignments property: The appRoleAssignments property.