Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAppRole
-
Packages that use MicrosoftGraphAppRole Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphAppRole Modifier and Type Method Description MicrosoftGraphAppRole
MicrosoftGraphAppRole. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: appRole.MicrosoftGraphAppRole
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
MicrosoftGraphAppRole. withDescription(String description)
Set the description property: The description for the app role.MicrosoftGraphAppRole
MicrosoftGraphAppRole. withDisplayName(String displayName)
Set the displayName property: Display name for the permission that appears in the app role assignment and consent experiences.MicrosoftGraphAppRole
MicrosoftGraphAppRole. withId(UUID id)
Set the id property: Unique role identifier inside the appRoles collection.MicrosoftGraphAppRole
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
MicrosoftGraphAppRole. withOrigin(String origin)
Set the origin property: Specifies if the app role is defined on the application object or on the servicePrincipal entity.MicrosoftGraphAppRole
MicrosoftGraphAppRole. withValue(String value)
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 MicrosoftGraphAppRole Modifier and Type Method Description List<MicrosoftGraphAppRole>
MicrosoftGraphApplicationInner. appRoles()
Get the appRoles property: The collection of roles the application declares.List<MicrosoftGraphAppRole>
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 MicrosoftGraphAppRole Modifier and Type Method Description MicrosoftGraphApplicationInner
MicrosoftGraphApplicationInner. withAppRoles(List<MicrosoftGraphAppRole> appRoles)
Set the appRoles property: The collection of roles the application declares.MicrosoftGraphServicePrincipalInner
MicrosoftGraphServicePrincipalInner. withAppRoles(List<MicrosoftGraphAppRole> appRoles)
Set the appRoles property: The roles exposed by the application which this service principal represents.
-