privilegedAccessSchedule 资源类型
命名空间:microsoft.graph
一种抽象类型,它向 PIM 管理的组公开与已分配的合格成员身份和所有权计划相关的属性。 以下派生类型继承抽象类型:
继承自 entity。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
createdDateTime | DateTimeOffset | 计划创建时间。 可选。 |
createdUsing | String | 创建此计划的访问分配或资格请求的标识符。 可选。 |
id | String | 计划的标识符。 必填。 继承自 entity。 |
modifiedDateTime | DateTimeOffset | 上次修改计划的时间。 可选。 |
scheduleInfo | requestSchedule | 表示访问分配或资格的时间段。 scheduleInfo 可以表示单个实例或多个重复实例。 必填。 |
status | String | 访问分配或资格请求的状态。 可能的值为:Canceled 、、Denied 、PendingApproval PendingAdminDecision Granted Failed PendingScheduleCreation Provisioned PendingProvisioning 、 Revoked 和 。ScheduleCreated 不可为 null。 可选。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.privilegedAccessSchedule",
"id": "String (identifier)",
"scheduleInfo": {
"@odata.type": "microsoft.graph.requestSchedule"
},
"createdDateTime": "String (timestamp)",
"modifiedDateTime": "String (timestamp)",
"createdUsing": "String",
"status": "String"
}