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 MicrosoftGraphAppRoleMicrosoftGraphAppRole. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: appRole.MicrosoftGraphAppRoleMicrosoftGraphAppRole. 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']).MicrosoftGraphAppRoleMicrosoftGraphAppRole. withDescription(String description)Set the description property: The description for the app role.MicrosoftGraphAppRoleMicrosoftGraphAppRole. withDisplayName(String displayName)Set the displayName property: Display name for the permission that appears in the app role assignment and consent experiences.MicrosoftGraphAppRoleMicrosoftGraphAppRole. withId(UUID id)Set the id property: Unique role identifier inside the appRoles collection.MicrosoftGraphAppRoleMicrosoftGraphAppRole. withIsEnabled(Boolean isEnabled)Set the isEnabled property: When creating or updating an app role, this must be set to true (which is the default).MicrosoftGraphAppRoleMicrosoftGraphAppRole. withOrigin(String origin)Set the origin property: Specifies if the app role is defined on the application object or on the servicePrincipal entity.MicrosoftGraphAppRoleMicrosoftGraphAppRole. 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 MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withAppRoles(List<MicrosoftGraphAppRole> appRoles)Set the appRoles property: The collection of roles the application declares.MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withAppRoles(List<MicrosoftGraphAppRole> appRoles)Set the appRoles property: The roles exposed by the application which this service principal represents.
-