Uses of Class
com.azure.resourcemanager.authorization.models.PrincipalType
Packages that use PrincipalType
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of PrincipalType in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as PrincipalTypeModifier and TypeFieldDescriptionstatic final PrincipalTypePrincipalType.DEVICEStatic value Device for PrincipalType.static final PrincipalTypePrincipalType.FOREIGN_GROUPStatic value ForeignGroup for PrincipalType.static final PrincipalTypePrincipalType.GROUPStatic value Group for PrincipalType.static final PrincipalTypePrincipalType.SERVICE_PRINCIPALStatic value ServicePrincipal for PrincipalType.static final PrincipalTypePrincipalType.USERStatic value User for PrincipalType.Methods in com.azure.resourcemanager.authorization.models that return PrincipalTypeModifier and TypeMethodDescriptionstatic PrincipalTypePrincipalType.fromString(String name) Creates or finds a PrincipalType from its string representation.RoleAssignmentCreateParameters.principalType()Get the principalType property: The principal type of the assigned principal ID.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type PrincipalTypeModifier and TypeMethodDescriptionstatic Collection<PrincipalType>PrincipalType.values()Gets known PrincipalType values.Methods in com.azure.resourcemanager.authorization.models with parameters of type PrincipalTypeModifier and TypeMethodDescriptionRoleAssignmentCreateParameters.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.