Skip to main content
GET
C#

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

組織の ID。

discovery_domain
string
必須

ディスカバリードメインのドメイン名。

Required string length: 3 - 255

レスポンス

organization のディスカバリードメインが正常に取得されました。

domain
string
必須

organizationに関連付けるドメイン名(例: acme.com)。

Required string length: 3 - 255
Pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$
id
string<organization-discovery-domain-id>
必須

organization discovery のドメイン識別子。

status
enum<string>
必須

ディスカバリードメインのステータスです。

利用可能なオプション:
pending,
verified
verification_host
string
必須

TXT レコードを追加する完全なドメイン。

verification_txt
string
必須

discoveryドメイン用に生成される一意のトークン。domain ownership を証明するため、この値を verification_host フィールドで指定された場所の DNS TXT レコードに設定する必要があります。

use_for_organization_discovery
boolean

このドメインをorganization discoveryに使用するかどうかを示します。