Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPermissionScope
Packages that use MicrosoftGraphPermissionScope
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPermissionScope in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPermissionScopeModifier and TypeMethodDescriptionMicrosoftGraphPermissionScope.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: permissionScope.MicrosoftGraphPermissionScope.withAdminConsentDescription(String adminConsentDescription) Set the adminConsentDescription property: A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users.MicrosoftGraphPermissionScope.withAdminConsentDisplayName(String adminConsentDisplayName) Set the adminConsentDisplayName property: The permission's title, intended to be read by an administrator granting the permission on behalf of all users.Set the id property: Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application.MicrosoftGraphPermissionScope.withIsEnabled(Boolean isEnabled) Set the isEnabled property: When creating or updating a permission, this property must be set to true (which is the default).MicrosoftGraphPermissionScope.withOrigin(String origin) Set the origin property: The origin property.Set the type property: Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator should be required for consent to the permissions.MicrosoftGraphPermissionScope.withUserConsentDescription(String userConsentDescription) Set the userConsentDescription property: A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf.MicrosoftGraphPermissionScope.withUserConsentDisplayName(String userConsentDisplayName) Set the userConsentDisplayName property: A title for the permission, intended to be read by a user granting the permission on their own behalf.Set the value property: Specifies the value to include in the scp (scope) claim in access tokens.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPermissionScopeModifier and TypeMethodDescriptionMicrosoftGraphApiApplication.oauth2PermissionScopes()Get the oauth2PermissionScopes property: The definition of the delegated permissions exposed by the web API represented by this application registration.MicrosoftGraphServicePrincipalInner.oauth2PermissionScopes()Get the oauth2PermissionScopes property: The delegated permissions exposed by the application.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPermissionScopeModifier and TypeMethodDescriptionMicrosoftGraphApiApplication.withOauth2PermissionScopes(List<MicrosoftGraphPermissionScope> oauth2PermissionScopes) Set the oauth2PermissionScopes property: The definition of the delegated permissions exposed by the web API represented by this application registration.MicrosoftGraphServicePrincipalInner.withOauth2PermissionScopes(List<MicrosoftGraphPermissionScope> oauth2PermissionScopes) Set the oauth2PermissionScopes property: The delegated permissions exposed by the application.