Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAppRole
Packages that use MicrosoftGraphAppRole
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAppRole in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAppRoleModifier and TypeMethodDescriptionMicrosoftGraphAppRole.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: appRole.MicrosoftGraphAppRole.withAllowedMemberTypes(List<String> allowedMemberTypes) Set the allowedMemberTypes property: Specifies whether this app role can be assigned to users and groups (by setting to ['User']), to other application's (by setting to ['Application'], or both (by setting to ['User', 'Application']).MicrosoftGraphAppRole.withDescription(String description) Set the description property: The description for the app role.MicrosoftGraphAppRole.withDisplayName(String displayName) Set the displayName property: Display name for the permission that appears in the app role assignment and consent experiences.Set the id property: Unique role identifier inside the appRoles collection.MicrosoftGraphAppRole.withIsEnabled(Boolean isEnabled) Set the isEnabled property: When creating or updating an app role, this must be set to true (which is the default).MicrosoftGraphAppRole.withOrigin(String origin) Set the origin property: Specifies if the app role is defined on the application object or on the servicePrincipal entity.Set the value property: Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAppRoleModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.appRoles()Get the appRoles property: The collection of roles the application declares.MicrosoftGraphServicePrincipalInner.appRoles()Get the appRoles property: The roles exposed by the application which this service principal represents.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAppRoleModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withAppRoles(List<MicrosoftGraphAppRole> appRoles) Set the appRoles property: The collection of roles the application declares.MicrosoftGraphServicePrincipalInner.withAppRoles(List<MicrosoftGraphAppRole> appRoles) Set the appRoles property: The roles exposed by the application which this service principal represents.