RoleDefinition Interface
public interface RoleDefinition extends HasInner,HasId,HasName,HasManager
An immutable client-side representation of an Azure AD role definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
Set<String> | assignableScopes() |
String | description() |
Set<PermissionInner> | permissions() |
String | roleName() |
String | type() |
Inherited Members
Method Details
assignableScopes
public Set
Returns:
role definition assignable scopes
description
public String description()
Returns:
the role definition description
permissions
public Set
Returns:
role definition permissions
roleName
public String roleName()
Returns:
the role name
type
public String type()
Returns:
the role type
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java