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
FieldsModifier and TypeFieldDescriptionstatic final ServicePrincipalsServicePrincipalExpandStatic value appRoleAssignedTo for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value appRoleAssignments for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value * for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value claimsMappingPolicies for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value createdObjects for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value delegatedPermissionClassifications for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value endpoints for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value homeRealmDiscoveryPolicies for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value memberOf for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value oauth2PermissionGrants for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value ownedObjects for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value owners for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value tokenIssuancePolicies for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value tokenLifetimePolicies for ServicePrincipalsServicePrincipalExpand.static final ServicePrincipalsServicePrincipalExpandStatic value transitiveMemberOf for ServicePrincipalsServicePrincipalExpand. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ServicePrincipalsServicePrincipalExpand from its string representation.values()Gets known ServicePrincipalsServicePrincipalExpand values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ASTERISK
Static value * for ServicePrincipalsServicePrincipalExpand. -
APP_ROLE_ASSIGNED_TO
Static value appRoleAssignedTo for ServicePrincipalsServicePrincipalExpand. -
APP_ROLE_ASSIGNMENTS
Static value appRoleAssignments for ServicePrincipalsServicePrincipalExpand. -
CLAIMS_MAPPING_POLICIES
Static value claimsMappingPolicies for ServicePrincipalsServicePrincipalExpand. -
CREATED_OBJECTS
Static value createdObjects for ServicePrincipalsServicePrincipalExpand. -
DELEGATED_PERMISSION_CLASSIFICATIONS
Static value delegatedPermissionClassifications for ServicePrincipalsServicePrincipalExpand. -
ENDPOINTS
Static value endpoints for ServicePrincipalsServicePrincipalExpand. -
HOME_REALM_DISCOVERY_POLICIES
Static value homeRealmDiscoveryPolicies for ServicePrincipalsServicePrincipalExpand. -
MEMBER_OF
Static value memberOf for ServicePrincipalsServicePrincipalExpand. -
OAUTH2PERMISSION_GRANTS
Static value oauth2PermissionGrants for ServicePrincipalsServicePrincipalExpand. -
OWNED_OBJECTS
Static value ownedObjects for ServicePrincipalsServicePrincipalExpand. -
OWNERS
Static value owners for ServicePrincipalsServicePrincipalExpand. -
TOKEN_ISSUANCE_POLICIES
Static value tokenIssuancePolicies for ServicePrincipalsServicePrincipalExpand. -
TOKEN_LIFETIME_POLICIES
Static value tokenLifetimePolicies for ServicePrincipalsServicePrincipalExpand. -
TRANSITIVE_MEMBER_OF
Static value transitiveMemberOf for ServicePrincipalsServicePrincipalExpand.
-
-
Constructor Details
-
ServicePrincipalsServicePrincipalExpand
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServicePrincipalsServicePrincipalExpand value.
-
-
Method Details
-
fromString
Creates or finds a ServicePrincipalsServicePrincipalExpand from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServicePrincipalsServicePrincipalExpand.
-
values
Gets known ServicePrincipalsServicePrincipalExpand values.- Returns:
- known ServicePrincipalsServicePrincipalExpand values.
-
fromString(String)factory method.