Interface AccountSettingsAccountSection.RestrictCreateServiceId

  • Enclosing class:
    AccountSettingsAccountSection

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