Package ai.vectros.types
Interface SelfSignupPolicy.RoleIdStage
- All Known Implementing Classes:
SelfSignupPolicy.Builder
- Enclosing class:
SelfSignupPolicy
public static interface SelfSignupPolicy.RoleIdStage
-
Method Summary
Modifier and TypeMethodDescriptionThe role a brand-new self-signup caller matching this signupType is bound to.
-
Method Details
-
roleId
The role a brand-new self-signup caller matching this signupType is bound to. Must never resolve to a role carrying elevated (provisioning or wildcard) scope — checked when you register this policy (skipped if the role doesn't exist yet) and always checked again, unskippable, at the moment a caller actually signs up.
-