Interface RoleRequest.RoleIdStage

All Known Implementing Classes:
RoleRequest.Builder
Enclosing class:
RoleRequest

public static interface RoleRequest.RoleIdStage
  • Method Details

    • roleId

      RoleRequest.NameStage roleId(@NotNull @NotNull String roleId)

      Your own identifier for the role. Must be 3 to 31 characters, starting with a lowercase letter and containing only lowercase letters, digits, and dashes (the same rules as a context ID). Required when creating a role; ignored when updating, since the role ID is taken from the URL path.

    • from