Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOAuth2PermissionGrantInner
-
Packages that use MicrosoftGraphOAuth2PermissionGrantInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOAuth2PermissionGrantInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphOAuth2PermissionGrantInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MicrosoftGraphOAuth2PermissionGrantInner>
ServicePrincipalsClient. listOauth2PermissionGrants(String servicePrincipalId)
Get oauth2PermissionGrants from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphOAuth2PermissionGrantInner>
ServicePrincipalsClient. listOauth2PermissionGrants(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<String> expand, com.azure.core.util.Context context)
Get oauth2PermissionGrants from servicePrincipals.com.azure.core.http.rest.PagedIterable<MicrosoftGraphOAuth2PermissionGrantInner>
UsersClient. listOauth2PermissionGrants(String userId)
Get oauth2PermissionGrants from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphOAuth2PermissionGrantInner>
UsersClient. listOauth2PermissionGrants(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)
Get oauth2PermissionGrants from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOAuth2PermissionGrantInner>
ServicePrincipalsClient. listOauth2PermissionGrantsAsync(String servicePrincipalId)
Get oauth2PermissionGrants from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOAuth2PermissionGrantInner>
ServicePrincipalsClient. listOauth2PermissionGrantsAsync(String servicePrincipalId, Integer top, Integer skip, String search, String filter, Boolean count, List<ServicePrincipalsOrderby> orderby, List<ServicePrincipalsSelect> select, List<String> expand)
Get oauth2PermissionGrants from servicePrincipals.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOAuth2PermissionGrantInner>
UsersClient. listOauth2PermissionGrantsAsync(String userId)
Get oauth2PermissionGrants from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOAuth2PermissionGrantInner>
UsersClient. listOauth2PermissionGrantsAsync(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand)
Get oauth2PermissionGrants from users. -
Uses of MicrosoftGraphOAuth2PermissionGrantInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOAuth2PermissionGrantInner Modifier and Type Method Description MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: oAuth2PermissionGrant.MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withClientId(String clientId)
Set the clientId property: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API.MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withConsentType(String consentType)
Set the consentType property: Indicates if authorization is granted for the client application to impersonate all users or only a specific user.MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withPrincipalId(String principalId)
Set the principalId property: The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal.MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withResourceId(String resourceId)
Set the resourceId property: The id of the resource service principal to which access is authorized.MicrosoftGraphOAuth2PermissionGrantInner
MicrosoftGraphOAuth2PermissionGrantInner. withScope(String scope)
Set the scope property: A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API).Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOAuth2PermissionGrantInner Modifier and Type Method Description List<MicrosoftGraphOAuth2PermissionGrantInner>
MicrosoftGraphServicePrincipalInner. oauth2PermissionGrants()
Get the oauth2PermissionGrants property: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user.List<MicrosoftGraphOAuth2PermissionGrantInner>
MicrosoftGraphUserInner. oauth2PermissionGrants()
Get the oauth2PermissionGrants property: The oauth2PermissionGrants property.List<MicrosoftGraphOAuth2PermissionGrantInner>
CollectionOfOAuth2PermissionGrant. value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOAuth2PermissionGrantInner Modifier and Type Method Description MicrosoftGraphServicePrincipalInner
MicrosoftGraphServicePrincipalInner. withOauth2PermissionGrants(List<MicrosoftGraphOAuth2PermissionGrantInner> oauth2PermissionGrants)
Set the oauth2PermissionGrants property: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withOauth2PermissionGrants(List<MicrosoftGraphOAuth2PermissionGrantInner> oauth2PermissionGrants)
Set the oauth2PermissionGrants property: The oauth2PermissionGrants property.CollectionOfOAuth2PermissionGrant
CollectionOfOAuth2PermissionGrant. withValue(List<MicrosoftGraphOAuth2PermissionGrantInner> value)
Set the value property: The value property.
-