whoisBaseRecord リソースの種類

名前空間: microsoft.graph.security

注:

Microsoft Graph API for Microsoft Defender Threat Intelligence には、テナントの アクティブな Defender 脅威インテリジェンス ポータル ライセンスと API アドオン ライセンス が必要です。

登録されたホスト、登録済みホストの連絡先、および登録に関するその他のメタデータに関する情報を含む WHOIS エントリを表します。 これは、直接アクセスできない抽象型です。 代わりに、次の実装型を使用できます。

エンティティ から継承します。

プロパティ

プロパティ 説明
濫用 microsoft.graph.security.whoisContact 不正使用の連絡先の連絡先情報。
管理者 microsoft.graph.security.whoisContact 管理者の連絡先の連絡先情報。
請求 microsoft.graph.security.whoisContact 請求先の連絡先情報。
domainStatus String この WHOIS オブジェクトのドメインの状態。
expirationDateTime DateTimeOffset この WHOIS レコードがレジストラーで期限切れになる日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
firstSeenDateTime DateTimeOffset この WHOIS レコードの最初に表示された日付と時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
id String この WHOIS レコード オブジェクトの ID。 エンティティから継承 されます。
lastSeenDateTime DateTimeOffset この WHOIS レコードの最後に表示された日付と時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
lastUpdateDateTime DateTimeOffset この WHOIS レコードが最後に変更された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
nameservers microsoft.graph.security.whoisNameserver コレクション この WHOIS オブジェクトのネームサーバー。
noc microsoft.graph.security.whoisContact noc 連絡先の連絡先情報。
rawWhoisText String この WHOIS オブジェクトの生の WHOIS の詳細。
登録 microsoft.graph.security.whoisContact 登録者の連絡先の連絡先情報。
記録係 microsoft.graph.security.whoisContact レジストラーの連絡先の連絡先情報。
registrationDateTime DateTimeOffset この WHOIS レコードがレジストラーに登録された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
テクニカル microsoft.graph.security.whoisContact 技術連絡先の連絡先情報。
whoisServer String 詳細を提供する WHOIS サーバー。
ゾーン microsoft.graph.security.whoisContact ゾーン連絡先の連絡先情報。

リレーションシップ

リレーションシップ 説明
host microsoft.graph.security.host この WHOIS オブジェクトに関連付けられているホスト。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.whoisBaseRecord",
  "abuse": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "admin": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "billing": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "domainStatus": "String",
  "expirationDateTime": "String (timestamp)",
  "firstSeenDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "lastSeenDateTime": "String (timestamp)",
  "lastUpdateDateTime": "String (timestamp)",
  "nameservers": [{"@odata.type": "microsoft.graph.security.whoisNameserver"}],
  "noc": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "rawWhoisText": "String",
  "registrant": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "registrar": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "registrationDateTime": "String (timestamp)",
  "technical": {"@odata.type": "microsoft.graph.security.whoisContact"},
  "whoisServer": "String",
  "zone": {"@odata.type": "microsoft.graph.security.whoisContact"}
}