Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 453 Bytes

File metadata and controls

19 lines (12 loc) · 453 Bytes

UpdateRoleSetType

Set to "initial" to make this the default role set for new organizations. Only one role set can be "initial" per instance; setting this will change any existing initial role set to "custom".

Example Usage

import com.clerk.backend_api.models.operations.UpdateRoleSetType;

UpdateRoleSetType value = UpdateRoleSetType.INITIAL;

Values

Name Value
INITIAL initial