| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.fluent.models |
Package containing the inner data models for AuthorizationManagementClient.
|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConsentType |
OAuth2PermissionGrantInner.consentType()
Get the consentType property: Indicates if consent was provided by the administrator (on behalf of the
organization) or by an individual.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2PermissionGrantInner |
OAuth2PermissionGrantInner.withConsentType(ConsentType consentType)
Set the consentType property: Indicates if consent was provided by the administrator (on behalf of the
organization) or by an individual.
|
| Modifier and Type | Field and Description |
|---|---|
static ConsentType |
ConsentType.ALL_PRINCIPALS
Static value AllPrincipals for ConsentType.
|
static ConsentType |
ConsentType.PRINCIPAL
Static value Principal for ConsentType.
|
| Modifier and Type | Method and Description |
|---|---|
static ConsentType |
ConsentType.fromString(String name)
Creates or finds a ConsentType from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.