secureScoreControlProfile リソースの種類

名前空間: microsoft.graph

コントロール データごとのテナントのセキュリティで保護されたスコアを表します。 既定では、テナントのすべてのコントロールが返され、個々のコントロールを明示的にプルできます。

メソッド

メソッド 戻り値の型 説明
secureScoreControlProfiles のリスト secureScoreControlProfile secureScoreControlProfiles オブジェクトのプロパティとメタデータを読み取ります。
secureScoreControlProfile の取得 securescorecontrolprofile secureScoreControlProfiles オブジェクトのプロパティとメタデータを読み取ります。
securescorecontrolprofile を更新する securescorecontrolprofile securescorecontrolprofile オブジェクトを更新します。

プロパティ

名前 種類 説明
id String プロバイダーによって生成された GUID/一意の識別子。 読み取り専用です。 必須です。
azureTenantId String テナント ID の GUID 文字列。
actionType String コントロール アクションの種類 (Config、Review、Behavior)。
actionUrl String コントロールを操作できる場所への URL。
controlCategory String コントロールの操作カテゴリ (ID、データ、デバイス、アプリ、インフラストラクチャ)。
title String コントロールのタイトル。
廃止 ブール型 コントロールが減価償却されているかどうかを示すフラグ。
implementationCost String 制御の妨げになるリソース コスト (低、中、高)。
lastModifiedDateTime DateTimeOffset コントロール プロファイル エンティティが最後に変更された時刻。 Timestamp 型は、日付と時刻を表します
maxScore 倍精度浮動小数点数 コントロールの最大到達可能スコア。
rank Int32 Microsoft の制御のスタック ランク付け。
修復 String コントロールが修復に役立つ内容の説明。
remediationImpact String 修復のユーザーへの影響の説明。
service String コントロールを所有するサービス (Exchange、Sharepoint、Azure AD)。
脅威 String collection コントロールが軽減する脅威の一覧 (accountBreach、dataDeletion、dataExfiltration、dataSpillage、
elevationOfPrivilege,maliciousInsider,passwordCracking,フィッシングOrWhaling,スプーフィング)。
String 制御レベル (Core、多層防御、Advanced.)
userImpact String 制御の実装によるユーザーの影響 (低、中、高)。
complianceInformation complianceInformation コレクション セキュリティスコア制御に関連するコンプライアンス情報の収集
controlStateUpdates secureScoreControlStateUpdate コレクション テナントがコントロールをマークした場所を示すフラグ (無視、thirdParty、reviewed) ( 更新をサポート)。
vendorInformation securityVendorInformation セキュリティ製品/サービス ベンダー、プロバイダー、およびサブプロバイダー (vendor=Microsoft、 provider=SecureScore など) に関する詳細を含む複合型。 必須です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "id": "String (identifier)",
  "azureTenantId": "String",
  "actionType": "String",
  "actionUrl": "String",
  "controlCategory": "String",
  "title": "String", 
  "deprecated": "Boolean",
  "implementationCost": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "maxScore": "Double",
  "rank": "Int32",
  "remediation": "String",
  "remediationImpact": "String",
  "service": "String",
  "threats": ["String"],
  "tier": "String",
  "userImpact": "String",
  "complianceInformation": [{"@odata.type": "microsoft.graph.complianceInformation"}], 
  "controlStateUpdates": [{"@odata.type": "microsoft.graph.secureScoreControlStateUpdate"}],
  "vendorInformation": {"@odata.type": "microsoft.graph.securityVendorInformation"},
}