Interface AccountSettingsEffectiveSection.RestrictCreatePlatformApikey

  • Enclosing class:
    AccountSettingsEffectiveSection

    public static interface AccountSettingsEffectiveSection.RestrictCreatePlatformApikey
    Defines 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.String NOT_RESTRICTED
      NOT_RESTRICTED.
      static java.lang.String NOT_SET
      NOT_SET.
      static java.lang.String RESTRICTED
      RESTRICTED.