Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceSpecificPermissionGrant
Packages that use MicrosoftGraphResourceSpecificPermissionGrant
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphResourceSpecificPermissionGrant in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphResourceSpecificPermissionGrantModifier and TypeMethodDescriptionMicrosoftGraphResourceSpecificPermissionGrant.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphResourceSpecificPermissionGrant.withClientAppId(String clientAppId) Set the clientAppId property: The clientAppId property.MicrosoftGraphResourceSpecificPermissionGrant.withClientId(String clientId) Set the clientId property: The clientId property.MicrosoftGraphResourceSpecificPermissionGrant.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.Set the id property: Read-only.MicrosoftGraphResourceSpecificPermissionGrant.withPermission(String permission) Set the permission property: The permission property.MicrosoftGraphResourceSpecificPermissionGrant.withPermissionType(String permissionType) Set the permissionType property: The permissionType property.MicrosoftGraphResourceSpecificPermissionGrant.withResourceAppId(String resourceAppId) Set the resourceAppId property: The resourceAppId property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphResourceSpecificPermissionGrantModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.permissionGrants()Get the permissionGrants property: The permissionGrants property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphResourceSpecificPermissionGrantModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withPermissionGrants(List<MicrosoftGraphResourceSpecificPermissionGrant> permissionGrants) Set the permissionGrants property: The permissionGrants property.