Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 370 Bytes

File metadata and controls

20 lines (13 loc) · 370 Bytes

Type

The type of the role set. "initial" role sets are the default for new organizations. Only one role set can be "initial" per instance.

Example Usage

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

Type value = Type.INITIAL;

Values

Name Value
INITIAL initial
CUSTOM custom