RoleDefinitionProperties 类
定义
Role definition properties.
public class RoleDefinitionProperties
- 继承
-
java.lang.ObjectRoleDefinitionProperties
方法
assignableScopes() |
Get the assignableScopes value.
|
description() |
Get the description value.
|
permissions() |
Get the permissions value.
|
roleName() |
Get the roleName value.
|
type() |
Get the type value.
|
withAssignableScopes(List<String> assignableScopes) |
Set the assignableScopes value.
|
withDescription(String description) |
Set the description value.
|
withPermissions(List<PermissionInner> permissions) |
Set the permissions value.
|
withRoleName(String roleName) |
Set the roleName value.
|
withType(String type) |
Set the type value.
|