ServicePrincipalsServicePrincipalExpand Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. ServicePrincipalsServicePrincipalExpand
- com.
- com.
public final class ServicePrincipalsServicePrincipalExpand
extends ExpandableStringEnum<ServicePrincipalsServicePrincipalExpand>
Defines values for ServicePrincipalsServicePrincipalExpand.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Service |
APP_ROLE_ASSIGNED_TO
Static value app |
static final
Service |
APP_ROLE_ASSIGNMENTS
Static value app |
static final
Service |
ASTERISK
Static value * for Service |
static final
Service |
CLAIMS_MAPPING_POLICIES
Static value claims |
static final
Service |
CREATED_OBJECTS
Static value created |
static final
Service |
DELEGATED_PERMISSION_CLASSIFICATIONS
Static value delegated |
static final
Service |
ENDPOINTS
Static value endpoints for Service |
static final
Service |
HOME_REALM_DISCOVERY_POLICIES
Static value home |
static final
Service |
MEMBER_OF
Static value member |
static final
Service |
OAUTH2PERMISSION_GRANTS
Static value oauth2Permission |
static final
Service |
OWNED_OBJECTS
Static value owned |
static final
Service |
OWNERS
Static value owners for Service |
static final
Service |
TOKEN_ISSUANCE_POLICIES
Static value token |
static final
Service |
TOKEN_LIFETIME_POLICIES
Static value token |
static final
Service |
TRANSITIVE_MEMBER_OF
Static value transitive |
Constructor Summary
Constructor | Description |
---|---|
ServicePrincipalsServicePrincipalExpand() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
fromString(String name)
Creates or finds a Service |
static
Collection<Service |
values()
Gets known Service |
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
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:
Returns:
values
public static Collection
Gets known ServicePrincipalsServicePrincipalExpand values.
Returns: