The type of the role set. "initial" role sets are the default for new organizations. Only one role set can be "initial" per instance.
import com.clerk.backend_api.models.operations.Type;
Type value = Type.INITIAL;| Name | Value |
|---|---|
INITIAL |
initial |
CUSTOM |
custom |