Class ServicePrincipalsServicePrincipalExpand
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ServicePrincipalsServicePrincipalExpand>
-
- com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsServicePrincipalExpand
-
public final class ServicePrincipalsServicePrincipalExpand extends com.azure.core.util.ExpandableStringEnum<ServicePrincipalsServicePrincipalExpand>
Defines values for ServicePrincipalsServicePrincipalExpand.
-
-
Field Summary
Fields Modifier and Type Field Description static ServicePrincipalsServicePrincipalExpand
APP_ROLE_ASSIGNED_TO
Static value appRoleAssignedTo for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
APP_ROLE_ASSIGNMENTS
Static value appRoleAssignments for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
ASTERISK
Static value * for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
CLAIMS_MAPPING_POLICIES
Static value claimsMappingPolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
CREATED_OBJECTS
Static value createdObjects for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
DELEGATED_PERMISSION_CLASSIFICATIONS
Static value delegatedPermissionClassifications for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
ENDPOINTS
Static value endpoints for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
HOME_REALM_DISCOVERY_POLICIES
Static value homeRealmDiscoveryPolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
MEMBER_OF
Static value memberOf for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
OAUTH2PERMISSION_GRANTS
Static value oauth2PermissionGrants for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
OWNED_OBJECTS
Static value ownedObjects for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
OWNERS
Static value owners for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
TOKEN_ISSUANCE_POLICIES
Static value tokenIssuancePolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
TOKEN_LIFETIME_POLICIES
Static value tokenLifetimePolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpand
TRANSITIVE_MEMBER_OF
Static value transitiveMemberOf for ServicePrincipalsServicePrincipalExpand.
-
Constructor Summary
Constructors Constructor Description ServicePrincipalsServicePrincipalExpand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServicePrincipalsServicePrincipalExpand
fromString(String name)
Creates or finds a ServicePrincipalsServicePrincipalExpand from its string representation.static Collection<ServicePrincipalsServicePrincipalExpand>
values()
-
-
-
Field Detail
-
ASTERISK
public static final ServicePrincipalsServicePrincipalExpand ASTERISK
Static value * for ServicePrincipalsServicePrincipalExpand.
-
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.
-
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.
-
-
Method Detail
-
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<ServicePrincipalsServicePrincipalExpand> values()
- Returns:
- known ServicePrincipalsServicePrincipalExpand values.
-
-