共用方式為


ServicePrincipalsServicePrincipalExpand Class

public final class ServicePrincipalsServicePrincipalExpand
extends ExpandableStringEnum<ServicePrincipalsServicePrincipalExpand>

Defines values for ServicePrincipalsServicePrincipalExpand.

Field Summary

Modifier and Type Field and Description
static final ServicePrincipalsServicePrincipalExpand APP_ROLE_ASSIGNED_TO

Static value appRoleAssignedTo for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand APP_ROLE_ASSIGNMENTS

Static value appRoleAssignments for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand ASTERISK

Static value * for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand CLAIMS_MAPPING_POLICIES

Static value claimsMappingPolicies for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand CREATED_OBJECTS

Static value createdObjects for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand DELEGATED_PERMISSION_CLASSIFICATIONS

Static value delegatedPermissionClassifications for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand ENDPOINTS

Static value endpoints for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand HOME_REALM_DISCOVERY_POLICIES

Static value homeRealmDiscoveryPolicies for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand MEMBER_OF

Static value memberOf for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand OAUTH2PERMISSION_GRANTS

Static value oauth2PermissionGrants for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand OWNED_OBJECTS

Static value ownedObjects for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand OWNERS

Static value owners for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand TOKEN_ISSUANCE_POLICIES

Static value tokenIssuancePolicies for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand TOKEN_LIFETIME_POLICIES

Static value tokenLifetimePolicies for ServicePrincipalsServicePrincipalExpand.

static final ServicePrincipalsServicePrincipalExpand TRANSITIVE_MEMBER_OF

Static value transitiveMemberOf for ServicePrincipalsServicePrincipalExpand.

Constructor Summary

Constructor Description
ServicePrincipalsServicePrincipalExpand()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServicePrincipalsServicePrincipalExpand value.

Method Summary

Modifier and Type Method and Description
static ServicePrincipalsServicePrincipalExpand fromString(String name)

Creates or finds a ServicePrincipalsServicePrincipalExpand from its string representation.

static Collection<ServicePrincipalsServicePrincipalExpand> values()

Gets known ServicePrincipalsServicePrincipalExpand values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APP_ROLE_ASSIGNED_TO

public static final ServicePrincipalsServicePrincipalExpand APP_ROLE_ASSIGNED_TO

Static value appRoleAssignedTo for ServicePrincipalsServicePrincipalExpand.

APP_ROLE_ASSIGNMENTS

public static final ServicePrincipalsServicePrincipalExpand APP_ROLE_ASSIGNMENTS

Static value appRoleAssignments for ServicePrincipalsServicePrincipalExpand.

ASTERISK

public static final ServicePrincipalsServicePrincipalExpand ASTERISK

Static value * for ServicePrincipalsServicePrincipalExpand.

CLAIMS_MAPPING_POLICIES

public static final ServicePrincipalsServicePrincipalExpand CLAIMS_MAPPING_POLICIES

Static value claimsMappingPolicies for ServicePrincipalsServicePrincipalExpand.

CREATED_OBJECTS

public static final ServicePrincipalsServicePrincipalExpand CREATED_OBJECTS

Static value createdObjects for ServicePrincipalsServicePrincipalExpand.

DELEGATED_PERMISSION_CLASSIFICATIONS

public static final ServicePrincipalsServicePrincipalExpand DELEGATED_PERMISSION_CLASSIFICATIONS

Static value delegatedPermissionClassifications for ServicePrincipalsServicePrincipalExpand.

ENDPOINTS

public static final ServicePrincipalsServicePrincipalExpand ENDPOINTS

Static value endpoints for ServicePrincipalsServicePrincipalExpand.

HOME_REALM_DISCOVERY_POLICIES

public static final ServicePrincipalsServicePrincipalExpand HOME_REALM_DISCOVERY_POLICIES

Static value homeRealmDiscoveryPolicies for ServicePrincipalsServicePrincipalExpand.

MEMBER_OF

public static final ServicePrincipalsServicePrincipalExpand MEMBER_OF

Static value memberOf for ServicePrincipalsServicePrincipalExpand.

OAUTH2PERMISSION_GRANTS

public static final ServicePrincipalsServicePrincipalExpand OAUTH2PERMISSION_GRANTS

Static value oauth2PermissionGrants for ServicePrincipalsServicePrincipalExpand.

OWNED_OBJECTS

public static final ServicePrincipalsServicePrincipalExpand OWNED_OBJECTS

Static value ownedObjects for ServicePrincipalsServicePrincipalExpand.

OWNERS

public static final ServicePrincipalsServicePrincipalExpand OWNERS

Static value owners for ServicePrincipalsServicePrincipalExpand.

TOKEN_ISSUANCE_POLICIES

public static final ServicePrincipalsServicePrincipalExpand TOKEN_ISSUANCE_POLICIES

Static value tokenIssuancePolicies for ServicePrincipalsServicePrincipalExpand.

TOKEN_LIFETIME_POLICIES

public static final ServicePrincipalsServicePrincipalExpand TOKEN_LIFETIME_POLICIES

Static value tokenLifetimePolicies for ServicePrincipalsServicePrincipalExpand.

TRANSITIVE_MEMBER_OF

public static final ServicePrincipalsServicePrincipalExpand TRANSITIVE_MEMBER_OF

Static value transitiveMemberOf for ServicePrincipalsServicePrincipalExpand.

Constructor Details

ServicePrincipalsServicePrincipalExpand

@Deprecated
public ServicePrincipalsServicePrincipalExpand()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServicePrincipalsServicePrincipalExpand value.

Method Details

fromString

public static ServicePrincipalsServicePrincipalExpand fromString(String name)

Creates or finds a ServicePrincipalsServicePrincipalExpand from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServicePrincipalsServicePrincipalExpand.

values

public static Collection values()

Gets known ServicePrincipalsServicePrincipalExpand values.

Returns:

known ServicePrincipalsServicePrincipalExpand values.

Applies to