SqlRoleDefinitionResource |
SqlRoleDefinitionResource.withAssignableScopes(List<String> assignableScopes) |
Set the assignableScopes property: A set of fully qualified Scopes at or below which Role Assignments may be
created using this Role Definition.
|
SqlRoleDefinitionResource |
SqlRoleDefinitionResource.withPermissions(List<Permission> permissions) |
Set the permissions property: The set of operations allowed through this Role Definition.
|
SqlRoleDefinitionResource |
SqlRoleDefinitionResource.withRoleName(String roleName) |
Set the roleName property: A user-friendly name for the Role Definition.
|
SqlRoleDefinitionResource |
SqlRoleDefinitionResource.withType(RoleDefinitionType type) |
Set the type property: Indicates whether the Role Definition was built-in or user created.
|