Uses of Class
com.azure.resourcemanager.authorization.models.Principal
-
Packages that use Principal Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models 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 types with arguments of type Principal Modifier and Type Method Description List<Principal>DenyAssignmentInner. excludePrincipals()Get the excludePrincipals property: Array of principals to which the deny assignment does not apply.List<Principal>DenyAssignmentProperties. excludePrincipals()Get the excludePrincipals property: Array of principals to which the deny assignment does not apply.List<Principal>DenyAssignmentInner. principals()Get the principals property: Array of principals to which the deny assignment applies.List<Principal>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 Principal Modifier and Type Method Description DenyAssignmentInnerDenyAssignmentInner. withExcludePrincipals(List<Principal> excludePrincipals)Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentPropertiesDenyAssignmentProperties. withExcludePrincipals(List<Principal> excludePrincipals)Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentInnerDenyAssignmentInner. withPrincipals(List<Principal> principals)Set the principals property: Array of principals to which the deny assignment applies.DenyAssignmentPropertiesDenyAssignmentProperties. 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 Principal Modifier and Type Method Description PrincipalPrincipal. withDisplayName(String displayName)Set the displayName property: The name of the principal made changes.PrincipalPrincipal. withEmail(String email)Set the email property: Email of principal.PrincipalPrincipal. withId(String id)Set the id property: The id of the principal made changes.PrincipalPrincipal. withType(String type)Set the type property: Type of principal such as user , group etc.
-