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 DenyAssignmentInner
DenyAssignmentInner. withExcludePrincipals(List<Principal> excludePrincipals)
Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentProperties
DenyAssignmentProperties. withExcludePrincipals(List<Principal> excludePrincipals)
Set the excludePrincipals property: Array of principals to which the deny assignment does not apply.DenyAssignmentInner
DenyAssignmentInner. withPrincipals(List<Principal> principals)
Set the principals property: Array of principals to which the deny assignment applies.DenyAssignmentProperties
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 Principal Modifier and Type Method Description Principal
Principal. withDisplayName(String displayName)
Set the displayName property: The name of the principal made changes.Principal
Principal. withEmail(String email)
Set the email property: Email of principal.Principal
Principal. withId(String id)
Set the id property: The id of the principal made changes.Principal
Principal. withType(String type)
Set the type property: Type of principal such as user , group etc.
-