你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Authorization roleAssignmentScheduleRequests 2024-02-01-preview

Bicep 资源定义

可以使用目标操作部署 roleAssignmentScheduleRequests 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Authorization/roleAssignmentScheduleRequests 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.Authorization/roleAssignmentScheduleRequests@2024-02-01-preview' = {
  scope: resourceSymbolicName or scope
  name: 'string'
  properties: {
    condition: 'string'
    conditionVersion: 'string'
    justification: 'string'
    linkedRoleEligibilityScheduleId: 'string'
    principalId: 'string'
    requestType: 'string'
    roleDefinitionId: 'string'
    scheduleInfo: {
      expiration: {
        duration: 'string'
        endDateTime: 'string'
        type: 'string'
      }
      startDateTime: 'string'
    }
    targetRoleAssignmentScheduleId: 'string'
    targetRoleAssignmentScheduleInstanceId: 'string'
    ticketInfo: {
      ticketNumber: 'string'
      ticketSystem: 'string'
    }
  }
}

属性值

Microsoft.Authorization/roleAssignmentScheduleRequests

名字 描述 价值
名字 资源名称 string (必需)
性能 角色分配计划请求属性。 RoleAssignmentScheduleRequestProperties
范围 在与部署范围不同的范围内创建资源时使用。 将此属性设置为资源的符号名称,以应用 扩展资源

RoleAssignmentScheduleRequestProperties

名字 描述 价值
条件 角色分配的条件。 这会限制可分配给的资源。例如:@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase “foo_storage_container” 字符串
conditionVersion 条件的版本。 当前接受的值为“2.0” 字符串
理由 角色分配的理由 字符串
linkedRoleEligibilityScheduleId 链接的角色资格计划 ID - 激活资格。 字符串
principalId 主体 ID。 string (必需)
requestType 角色分配计划请求的类型。 例如:SelfActivate、AdminAssign 等 “AdminAssign”
“AdminExtend”
“AdminRemove”
“AdminRenew”
“AdminUpdate”
“SelfActivate”
“SelfDeactivate”
“SelfExtend”
“SelfRenew”(必需)
roleDefinitionId 角色定义 ID。 string (必需)
scheduleInfo 角色分配计划的计划信息 RoleAssignmentScheduleRequestPropertiesScheduleInfo
targetRoleAssignmentScheduleId 正在更新的结果角色分配计划 ID 或角色分配计划 ID 字符串
targetRoleAssignmentScheduleInstanceId 正在更新的角色分配计划实例 ID 字符串
ticketInfo 角色分配的票证信息 RoleAssignmentScheduleRequestPropertiesTicketInfo

RoleAssignmentScheduleRequestPropertiesScheduleInfo

名字 描述 价值
呼气 角色分配计划的过期时间 RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration
startDateTime 角色分配计划的开始日期时间。 字符串

RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration

名字 描述 价值
期间 TimeSpan 中角色分配计划的持续时间。 字符串
endDateTime 角色分配计划的结束日期时间。 字符串
类型 角色分配计划过期的类型 “AfterDateTime”
“AfterDuration”
“NoExpiration”

RoleAssignmentScheduleRequestPropertiesTicketInfo

名字 描述 价值
ticketNumber 角色分配的票证编号 字符串
ticketSystem 角色分配的票证系统名称 字符串

ARM 模板资源定义

可以使用目标操作部署 roleAssignmentScheduleRequests 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Authorization/roleAssignmentScheduleRequests 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.Authorization/roleAssignmentScheduleRequests",
  "apiVersion": "2024-02-01-preview",
  "name": "string",
  "properties": {
    "condition": "string",
    "conditionVersion": "string",
    "justification": "string",
    "linkedRoleEligibilityScheduleId": "string",
    "principalId": "string",
    "requestType": "string",
    "roleDefinitionId": "string",
    "scheduleInfo": {
      "expiration": {
        "duration": "string",
        "endDateTime": "string",
        "type": "string"
      },
      "startDateTime": "string"
    },
    "targetRoleAssignmentScheduleId": "string",
    "targetRoleAssignmentScheduleInstanceId": "string",
    "ticketInfo": {
      "ticketNumber": "string",
      "ticketSystem": "string"
    }
  }
}

属性值

Microsoft.Authorization/roleAssignmentScheduleRequests

名字 描述 价值
apiVersion API 版本 '2024-02-01-preview'
名字 资源名称 string (必需)
性能 角色分配计划请求属性。 RoleAssignmentScheduleRequestProperties
类型 资源类型 “Microsoft.Authorization/roleAssignmentScheduleRequests”

RoleAssignmentScheduleRequestProperties

名字 描述 价值
条件 角色分配的条件。 这会限制可分配给的资源。例如:@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase “foo_storage_container” 字符串
conditionVersion 条件的版本。 当前接受的值为“2.0” 字符串
理由 角色分配的理由 字符串
linkedRoleEligibilityScheduleId 链接的角色资格计划 ID - 激活资格。 字符串
principalId 主体 ID。 string (必需)
requestType 角色分配计划请求的类型。 例如:SelfActivate、AdminAssign 等 “AdminAssign”
“AdminExtend”
“AdminRemove”
“AdminRenew”
“AdminUpdate”
“SelfActivate”
“SelfDeactivate”
“SelfExtend”
“SelfRenew”(必需)
roleDefinitionId 角色定义 ID。 string (必需)
scheduleInfo 角色分配计划的计划信息 RoleAssignmentScheduleRequestPropertiesScheduleInfo
targetRoleAssignmentScheduleId 正在更新的结果角色分配计划 ID 或角色分配计划 ID 字符串
targetRoleAssignmentScheduleInstanceId 正在更新的角色分配计划实例 ID 字符串
ticketInfo 角色分配的票证信息 RoleAssignmentScheduleRequestPropertiesTicketInfo

RoleAssignmentScheduleRequestPropertiesScheduleInfo

名字 描述 价值
呼气 角色分配计划的过期时间 RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration
startDateTime 角色分配计划的开始日期时间。 字符串

RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration

名字 描述 价值
期间 TimeSpan 中角色分配计划的持续时间。 字符串
endDateTime 角色分配计划的结束日期时间。 字符串
类型 角色分配计划过期的类型 “AfterDateTime”
“AfterDuration”
“NoExpiration”

RoleAssignmentScheduleRequestPropertiesTicketInfo

名字 描述 价值
ticketNumber 角色分配的票证编号 字符串
ticketSystem 角色分配的票证系统名称 字符串

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 roleAssignmentScheduleRequests 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.Authorization/roleAssignmentScheduleRequests 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Authorization/roleAssignmentScheduleRequests@2024-02-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      condition = "string"
      conditionVersion = "string"
      justification = "string"
      linkedRoleEligibilityScheduleId = "string"
      principalId = "string"
      requestType = "string"
      roleDefinitionId = "string"
      scheduleInfo = {
        expiration = {
          duration = "string"
          endDateTime = "string"
          type = "string"
        }
        startDateTime = "string"
      }
      targetRoleAssignmentScheduleId = "string"
      targetRoleAssignmentScheduleInstanceId = "string"
      ticketInfo = {
        ticketNumber = "string"
        ticketSystem = "string"
      }
    }
  })
}

属性值

Microsoft.Authorization/roleAssignmentScheduleRequests

名字 描述 价值
名字 资源名称 string (必需)
parent_id 要向其应用此扩展资源的资源的 ID。 string (必需)
性能 角色分配计划请求属性。 RoleAssignmentScheduleRequestProperties
类型 资源类型 “Microsoft.Authorization/roleAssignmentScheduleRequests@2024-02-01-preview”

RoleAssignmentScheduleRequestProperties

名字 描述 价值
条件 角色分配的条件。 这会限制可分配给的资源。例如:@Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase “foo_storage_container” 字符串
conditionVersion 条件的版本。 当前接受的值为“2.0” 字符串
理由 角色分配的理由 字符串
linkedRoleEligibilityScheduleId 链接的角色资格计划 ID - 激活资格。 字符串
principalId 主体 ID。 string (必需)
requestType 角色分配计划请求的类型。 例如:SelfActivate、AdminAssign 等 “AdminAssign”
“AdminExtend”
“AdminRemove”
“AdminRenew”
“AdminUpdate”
“SelfActivate”
“SelfDeactivate”
“SelfExtend”
“SelfRenew”(必需)
roleDefinitionId 角色定义 ID。 string (必需)
scheduleInfo 角色分配计划的计划信息 RoleAssignmentScheduleRequestPropertiesScheduleInfo
targetRoleAssignmentScheduleId 正在更新的结果角色分配计划 ID 或角色分配计划 ID 字符串
targetRoleAssignmentScheduleInstanceId 正在更新的角色分配计划实例 ID 字符串
ticketInfo 角色分配的票证信息 RoleAssignmentScheduleRequestPropertiesTicketInfo

RoleAssignmentScheduleRequestPropertiesScheduleInfo

名字 描述 价值
呼气 角色分配计划的过期时间 RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration
startDateTime 角色分配计划的开始日期时间。 字符串

RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration

名字 描述 价值
期间 TimeSpan 中角色分配计划的持续时间。 字符串
endDateTime 角色分配计划的结束日期时间。 字符串
类型 角色分配计划过期的类型 “AfterDateTime”
“AfterDuration”
“NoExpiration”

RoleAssignmentScheduleRequestPropertiesTicketInfo

名字 描述 价值
ticketNumber 角色分配的票证编号 字符串
ticketSystem 角色分配的票证系统名称 字符串