public final class IdentityType extends com.azure.core.util.ExpandableStringEnum<IdentityType>
| Modifier and Type | Field and Description |
|---|---|
static IdentityType |
APPLICATION
Static value application for IdentityType.
|
static IdentityType |
KEY
Static value key for IdentityType.
|
static IdentityType |
MANAGED_IDENTITY
Static value managedIdentity for IdentityType.
|
static IdentityType |
USER
Static value user for IdentityType.
|
| Constructor and Description |
|---|
IdentityType() |
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
fromString(String name)
Creates or finds a IdentityType from its string representation.
|
static Collection<IdentityType> |
values() |
public static final IdentityType USER
public static final IdentityType APPLICATION
public static final IdentityType MANAGED_IDENTITY
public static final IdentityType KEY
public static IdentityType fromString(String name)
name - a name to look for.public static Collection<IdentityType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.