Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDelegatedPermissionClassification
Packages that use MicrosoftGraphDelegatedPermissionClassification
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDelegatedPermissionClassification in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDelegatedPermissionClassificationModifier and TypeMethodDescriptionMicrosoftGraphDelegatedPermissionClassification.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: delegatedPermissionClassification.MicrosoftGraphDelegatedPermissionClassification.withClassification(MicrosoftGraphPermissionClassificationType classification) Set the classification property: permissionClassificationType.Set the id property: Read-only.MicrosoftGraphDelegatedPermissionClassification.withPermissionId(String permissionId) Set the permissionId property: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal.MicrosoftGraphDelegatedPermissionClassification.withPermissionName(String permissionName) Set the permissionName property: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDelegatedPermissionClassificationModifier and TypeMethodDescriptionMicrosoftGraphServicePrincipalInner.delegatedPermissionClassifications()Get the delegatedPermissionClassifications property: The delegatedPermissionClassifications property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDelegatedPermissionClassificationModifier and TypeMethodDescriptionMicrosoftGraphServicePrincipalInner.withDelegatedPermissionClassifications(List<MicrosoftGraphDelegatedPermissionClassification> delegatedPermissionClassifications) Set the delegatedPermissionClassifications property: The delegatedPermissionClassifications property.