INPUT_OBJECT

OtherClusterServiceInfoInput

외부 클러스터 서비스 등록 정보

link GraphQL Schema definition

  • input OtherClusterServiceInfoInput {
  • # 타입 (필수)
  • type: String!
  • # 이름 (필수)
  • name: String!
  • # 설명
  • description: String
  • # cssb 외부 url (필수)
  • cssbPublicUrl: String!
  • # cssb 내부 url
  • cssbPrivateUrl: String
  • # webdav 외부 url (필수)
  • webdavPublicUrl: String!
  • # webdav 내부 url
  • webdavPrivateUrl: String
  • # webdav event collector 외부 url (필수)
  • webdavEventCollectorPublicUrl: String!
  • # webdav event collector 내부 url
  • webdavEventCollectorPrivateUrl: String
  • # hancom weboffice 외부 url
  • hancomWebOfficePublicUrl: String
  • # hancom weboffice 내부 url
  • hancomWebOfficePrivateUrl: String
  • # ekms 외부 url
  • ekmsPublicUrl: String
  • # ekms 내부 url
  • ekmsPrivateUrl: String
  • # viewer 외부 url
  • viewerPublicUrl: String
  • # viewer 내부 url
  • viewerPrivateUrl: String
  • # edo 외부 url
  • edoPublicUrl: String
  • # edo 내부 url
  • edoPrivateUrl: String
  • # drmBroker 외부 url
  • drmBrokerPublicUrl: String
  • # drmBroker 내부 url
  • drmBrokerPrivateUrl: String
  • }

link Require by