Skip to main content
POST
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

組織の ID。

ボディ

domain
string
必須

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

Required string length: 3 - 255
status
enum<string>

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

利用可能なオプション:
pending,
verified
use_for_organization_discovery
boolean

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

レスポンス

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 ドメイン用に生成される一意の token です。domain ownership を証明するため、verification_host フィールドで指定された場所の DNS TXT レコードに設定する必要があります。

use_for_organization_discovery
boolean

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