RoleEligibilitySchedule interface
角色资格计划
属性
| condition | 角色分配的条件。 这会限制可分配给的资源。例如:@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase “foo_storage_container” |
| condition |
条件的版本。 当前接受的值为“2.0” |
| created |
创建角色资格计划时的 DateTime |
| end |
角色资格计划时结束 DateTime |
| expanded |
主体、范围和角色定义的其他属性 |
| id | 角色资格计划 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
| member |
角色资格计划的成员身份类型 |
| name | 角色资格计划名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| principal |
主体 ID。 |
| principal |
分配的主体 ID 的主体类型。 |
| role |
角色定义 ID。 |
| role |
用于创建此 roleAssignmentSchedule 的 roleEligibilityScheduleRequest 的 ID |
| scope | 角色资格计划范围。 |
| start |
角色资格计划时的开始日期时间 |
| status | 角色资格计划的状态。 |
| type | 角色资格计划类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
| updated |
修改角色资格计划时的 DateTime |
属性详细信息
condition
角色分配的条件。 这会限制可分配给的资源。例如:@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase “foo_storage_container”
condition?: string
属性值
string
conditionVersion
条件的版本。 当前接受的值为“2.0”
conditionVersion?: string
属性值
string
createdOn
创建角色资格计划时的 DateTime
createdOn?: Date
属性值
Date
endDateTime
角色资格计划时结束 DateTime
endDateTime?: Date
属性值
Date
expandedProperties
id
角色资格计划 ID。注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
memberType
角色资格计划的成员身份类型
memberType?: string
属性值
string
name
角色资格计划名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
principalId
主体 ID。
principalId?: string
属性值
string
principalType
分配的主体 ID 的主体类型。
principalType?: string
属性值
string
roleDefinitionId
角色定义 ID。
roleDefinitionId?: string
属性值
string
roleEligibilityScheduleRequestId
用于创建此 roleAssignmentSchedule 的 roleEligibilityScheduleRequest 的 ID
roleEligibilityScheduleRequestId?: string
属性值
string
scope
角色资格计划范围。
scope?: string
属性值
string
startDateTime
角色资格计划时的开始日期时间
startDateTime?: Date
属性值
Date
status
角色资格计划的状态。
status?: string
属性值
string
type
角色资格计划类型。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string
updatedOn
修改角色资格计划时的 DateTime
updatedOn?: Date
属性值
Date