Interface UpdateAccountSettingsOptions.RestrictCreatePlatformApikey

  • Enclosing class:
    UpdateAccountSettingsOptions

    public static interface UpdateAccountSettingsOptions.RestrictCreatePlatformApikey
    Defines whether or not creating platform API keys is access controlled. Valid values: * RESTRICTED - only users assigned the 'User API key creator' role on the IAM Identity Service can create API keys, including the account owner * NOT_RESTRICTED - all members of an account can create platform API keys * 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.