名前空間: microsoft.graph.identityGovernance
プロビジョニング オブジェクトをライフサイクル ワークフローのアクティブ化のサブジェクトとして表します。 このタイプは、ユーザー以外のプロビジョニング サブジェクトに対して activateAndWait アクションを使用してワークフローをアクティブ化する場合は、使用します。
workflowSubject から継承します。
メソッド
なし。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| attributeSetEntries | microsoft.graph.identityGovernance.attributeSetEntry コレクション | サブジェクトの属性を表す属性セット エントリ。 各エントリはキーと値のペアです。 |
| id | 文字列 | プロビジョニング オブジェクトのサブジェクトの識別子。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.identityGovernance.provisioningObjectWorkflowSubject",
"id": "String",
"attributeSetEntries": [
{
"@odata.type": "microsoft.graph.identityGovernance.attributeSetEntry"
}
]
}