Uses of Class
com.azure.resourcemanager.authorization.models.Principal
Packages that use Principal
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of Principal in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return PrincipalModifier and TypeMethodDescriptionRoleManagementPolicyInner.lastModifiedBy()Get the lastModifiedBy property: The name of the entity last modified it.RoleManagementPolicyProperties.lastModifiedBy()Get the lastModifiedBy property: The name of the entity last modified it.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type PrincipalModifier and TypeMethodDescriptionDenyAssignmentInner.excludePrincipals()Get the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentProperties.excludePrincipals()Get the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentInner.principals()Get the principals property: Array of principals to which the deny assignment applies.DenyAssignmentProperties.principals()Get the principals property: Array of principals to which the deny assignment applies.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type PrincipalModifier and TypeMethodDescriptionDenyAssignmentInner.withExcludePrincipals(List<Principal> excludePrincipals) Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentProperties.withExcludePrincipals(List<Principal> excludePrincipals) Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentInner.withPrincipals(List<Principal> principals) Set the principals property: Array of principals to which the deny assignment applies.DenyAssignmentProperties.withPrincipals(List<Principal> principals) Set the principals property: Array of principals to which the deny assignment applies. -
Uses of Principal in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return PrincipalModifier and TypeMethodDescriptionPolicyAssignmentPropertiesPolicy.lastModifiedBy()Get the lastModifiedBy property: The name of the entity last modified it.Principal.withDisplayName(String displayName) Set the displayName property: The name of the principal made changes.Set the email property: Email of principal.Set the id property: The id of the principal made changes.Set the type property: Type of principal such as user , group etc.