public final class AADObjectType extends com.microsoft.rest.ExpandableStringEnum<AADObjectType>
| Modifier and Type | Field and Description |
|---|---|
static AADObjectType |
GROUP
Static value Group for AADObjectType.
|
static AADObjectType |
SERVICE_PRINCIPAL
Static value ServicePrincipal for AADObjectType.
|
static AADObjectType |
USER
Static value User for AADObjectType.
|
| Constructor and Description |
|---|
AADObjectType() |
| Modifier and Type | Method and Description |
|---|---|
static AADObjectType |
fromString(String name)
Creates or finds a AADObjectType from its string representation.
|
static Collection<AADObjectType> |
values() |
public static final AADObjectType USER
public static final AADObjectType GROUP
public static final AADObjectType SERVICE_PRINCIPAL
public static AADObjectType fromString(String name)
name - a name to look forpublic static Collection<AADObjectType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/