Interface AccountSettingsEffectiveSection.RestrictCreateServiceId
-
- Enclosing class:
- AccountSettingsEffectiveSection
public static interface AccountSettingsEffectiveSection.RestrictCreateServiceIdDefines whether or not creating a service ID is access controlled. Valid values: * RESTRICTED - only users assigned the 'Service ID creator' role on the IAM Identity Service can create service IDs, including the account owner * NOT_RESTRICTED - all members of an account can create service IDs * NOT_SET - to 'unset' a previous set value.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNOT_RESTRICTEDNOT_RESTRICTED.static java.lang.StringNOT_SETNOT_SET.static java.lang.StringRESTRICTEDRESTRICTED.
-
-
-
Field Detail
-
RESTRICTED
static final java.lang.String RESTRICTED
RESTRICTED.- See Also:
- Constant Field Values
-
NOT_RESTRICTED
static final java.lang.String NOT_RESTRICTED
NOT_RESTRICTED.- See Also:
- Constant Field Values
-
NOT_SET
static final java.lang.String NOT_SET
NOT_SET.- See Also:
- Constant Field Values
-
-