| 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 |
|---|---|
GroupMembershipClaimTypes |
ApplicationInner.groupMembershipClaims()
Get the groupMembershipClaims property: Configures the groups claim issued in a user or OAuth 2.0 access token
that the app expects.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationInner |
ApplicationInner.withGroupMembershipClaims(GroupMembershipClaimTypes groupMembershipClaims)
Set the groupMembershipClaims property: Configures the groups claim issued in a user or OAuth 2.0 access token
that the app expects.
|
| Modifier and Type | Field and Description |
|---|---|
static GroupMembershipClaimTypes |
GroupMembershipClaimTypes.ALL
Static value All for GroupMembershipClaimTypes.
|
static GroupMembershipClaimTypes |
GroupMembershipClaimTypes.NONE
Static value None for GroupMembershipClaimTypes.
|
static GroupMembershipClaimTypes |
GroupMembershipClaimTypes.SECURITY_GROUP
Static value SecurityGroup for GroupMembershipClaimTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupMembershipClaimTypes |
GroupMembershipClaimTypes.fromString(String name)
Creates or finds a GroupMembershipClaimTypes from its string representation.
|
GroupMembershipClaimTypes |
ApplicationBase.groupMembershipClaims()
Get the groupMembershipClaims property: Configures the groups claim issued in a user or OAuth 2.0 access token
that the app expects.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationBase |
ApplicationBase.withGroupMembershipClaims(GroupMembershipClaimTypes groupMembershipClaims)
Set the groupMembershipClaims property: Configures the groups claim issued in a user or OAuth 2.0 access token
that the app expects.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.