Uses of Class
com.azure.resourcemanager.authorization.models.PrincipalType
Packages that use PrincipalType
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of PrincipalType in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return PrincipalTypeModifier and TypeMethodDescriptionRoleAssignmentInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInstanceInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInstanceProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleRequestInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleRequestProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInstanceInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInstanceProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleRequestInner.principalType()Get the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleRequestProperties.principalType()Get the principalType property: The principal type of the assigned principal ID.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type PrincipalTypeModifier and TypeMethodDescriptionRoleAssignmentInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentProperties.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInstanceInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleInstanceProperties.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentScheduleProperties.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInstanceInner.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleInstanceProperties.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleEligibilityScheduleProperties.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID. -
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.