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 ServicePrincipalsServicePrincipalExpandAPP_ROLE_ASSIGNED_TOStatic value appRoleAssignedTo for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandAPP_ROLE_ASSIGNMENTSStatic value appRoleAssignments for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandASTERISKStatic value * for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandCLAIMS_MAPPING_POLICIESStatic value claimsMappingPolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandCREATED_OBJECTSStatic value createdObjects for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandDELEGATED_PERMISSION_CLASSIFICATIONSStatic value delegatedPermissionClassifications for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandENDPOINTSStatic value endpoints for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandHOME_REALM_DISCOVERY_POLICIESStatic value homeRealmDiscoveryPolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandMEMBER_OFStatic value memberOf for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandOAUTH2PERMISSION_GRANTSStatic value oauth2PermissionGrants for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandOWNED_OBJECTSStatic value ownedObjects for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandOWNERSStatic value owners for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandTOKEN_ISSUANCE_POLICIESStatic value tokenIssuancePolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandTOKEN_LIFETIME_POLICIESStatic value tokenLifetimePolicies for ServicePrincipalsServicePrincipalExpand.static ServicePrincipalsServicePrincipalExpandTRANSITIVE_MEMBER_OFStatic value transitiveMemberOf for ServicePrincipalsServicePrincipalExpand.
-
Constructor Summary
Constructors Constructor Description ServicePrincipalsServicePrincipalExpand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServicePrincipalsServicePrincipalExpandfromString(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.
-
-