Interface AccountSettingsEffectiveSection.RestrictCreatePlatformApikey
-
- Enclosing class:
- AccountSettingsEffectiveSection
public static interface AccountSettingsEffectiveSection.RestrictCreatePlatformApikeyDefines whether or not creating platform API keys is access controlled. Valid values: * RESTRICTED - to apply access control * NOT_RESTRICTED - to remove access control * 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
-
-