Microsoft.Authorization roleAssignmentScheduleRequests
Bicep 資源定義
roleAssignmentScheduleRequests 資源類型是 擴充資源,這表示您可以將它套用至另一個資源。
scope
使用此資源上的 屬性來設定此資源的範圍。 請參閱 在 Bicep 中設定擴充功能資源的範圍。
roleAssignmentScheduleRequests 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
資源格式
若要建立 Microsoft.Authorization/roleAssignmentScheduleRequests 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.Authorization/roleAssignmentScheduleRequests@2022-04-01-preview' = {
name: 'string'
scope: resourceSymbolicName or tenant()
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'
}
}
}
屬性值
roleAssignmentScheduleRequests
名稱 | 描述 | 值 |
---|---|---|
NAME | 資源名稱 | 字串 (必要) |
範圍 | 在與部署範圍不同的範圍建立擴充資源時,請使用 。 | 目標資源 針對 Bicep,請將此屬性設定為資源的符號名稱,以套用 延伸模組資源。 此資源類型也可以套用至租使用者。 針對 Bicep,請使用 tenant() 。 |
properties | 角色指派排程要求屬性。 | RoleAssignmentScheduleRequestProperties |
RoleAssignmentScheduleRequestProperties
名稱 | 描述 | 值 |
---|---|---|
condition (條件) | 角色指派的條件。 這會限制其可指派的資源。例如: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' | 字串 |
conditionVersion | 條件的版本。 目前接受的值是 '2.0' | 字串 |
理由 | 角色指派的理由 | 字串 |
linkedRoleEligibilityScheduleId | 連結的角色資格排程標識碼 - 啟用資格。 | 字串 |
principalId | 主體標識碼。 | 字串 (必要) |
requestType | 角色指派排程要求的型別。 例如:SelfActivate、AdminAssign 等 | 'AdminAssign' 'AdminExtend' 'AdminRemove' 'AdminRenew' 'AdminUpdate' 'SelfActivate' 'SelfDeactivate' 'SelfExtend' 必要 ('SelfRenew') |
roleDefinitionId | 角色定義識別碼。 | 字串 (必要) |
scheduleInfo | 角色指派排程的排程資訊 | RoleAssignmentScheduleRequestPropertiesScheduleInfo |
targetRoleAssignmentScheduleId | 正在更新的結果角色指派排程標識碼或角色指派排程標識碼 | 字串 |
targetRoleAssignmentScheduleInstanceId | 正在更新的角色指派排程實例標識碼 | 字串 |
ticketInfo | 角色指派的票證資訊 | RoleAssignmentScheduleRequestPropertiesTicketInfo |
RoleAssignmentScheduleRequestPropertiesScheduleInfo
名稱 | 描述 | 值 |
---|---|---|
到期 | 角色指派排程的到期日 | RoleAssignmentScheduleRequestPropertiesScheduleInfoE... |
startDateTime | 角色指派排程的開始日期時間。 | 字串 |
RoleAssignmentScheduleRequestPropertiesScheduleInfoE...
名稱 | 描述 | 值 |
---|---|---|
持續時間 | TimeSpan 中角色指派排程的持續時間。 | 字串 |
endDateTime | 角色指派排程的結束日期時間。 | 字串 |
type | 角色指派排程到期的類型 | 'AfterDateTime' 'AfterDuration' 'NoExpiration' |
RoleAssignmentScheduleRequestPropertiesTicketInfo
名稱 | 描述 | 值 |
---|---|---|
ticketNumber | 角色指派的票證號碼 | 字串 |
ticketSystem | 角色指派的票證系統名稱 | 字串 |
ARM 範本資源定義
roleAssignmentScheduleRequests 資源類型是延伸模組 資源,這表示您可以將它套用至另一個資源。
scope
使用此資源上的 屬性來設定此資源的範圍。 請參閱 在ARM範本中設定擴充功能資源的範圍。
roleAssignmentScheduleRequests 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Authorization/roleAssignmentScheduleRequests 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Authorization/roleAssignmentScheduleRequests",
"apiVersion": "2022-04-01-preview",
"name": "string",
"scope": "string" or "/",
"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"
}
}
}
屬性值
roleAssignmentScheduleRequests
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.Authorization/roleAssignmentScheduleRequests' |
apiVersion | 資源 API 版本 | '2022-04-01-preview' |
NAME | 資源名稱 | 需要字串 () |
範圍 | 在與部署範圍不同的範圍內建立擴充資源時,請使用 。 | 目標資源 針對 JSON,請將值設定為要套用 擴充資源 的資源完整名稱。 此資源類型也可以套用至租使用者。 針對 JSON,請使用 "/" 。 |
properties | 角色指派排程要求屬性。 | RoleAssignmentScheduleRequestProperties |
RoleAssignmentScheduleRequestProperties
名稱 | 描述 | 值 |
---|---|---|
condition (條件) | 角色指派的條件。 這會限制可指派的資源。例如: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' | 字串 |
conditionVersion | 條件的版本。 目前接受的值為 '2.0' | 字串 |
理由 | 角色指派的理由 | 字串 |
linkedRoleEligibilityScheduleId | 連結角色資格排程標識碼 - 啟用資格。 | 字串 |
principalId | 主體標識碼。 | 需要字串 () |
requestType | 角色指派排程要求的型別。 例如:SelfActivate、AdminAssign 等 | 'AdminAssign' 'AdminExtend' 'AdminRemove' 'AdminRenew' 'AdminUpdate' 'SelfActivate' 'SelfDeactivate' 'SelfExtend' 需要 『SelfRenew』 () |
roleDefinitionId | 角色定義識別碼。 | 需要字串 () |
scheduleInfo | 角色指派排程的排程資訊 | RoleAssignmentScheduleRequestPropertiesScheduleInfo |
targetRoleAssignmentScheduleId | 正在更新的結果角色指派排程標識碼或角色指派排程標識碼 | 字串 |
targetRoleAssignmentScheduleInstanceId | 正在更新的角色指派排程實例標識碼 | 字串 |
ticketInfo | 角色指派的票證資訊 | RoleAssignmentScheduleRequestPropertiesTicketInfo |
RoleAssignmentScheduleRequestPropertiesScheduleInfo
名稱 | 描述 | 值 |
---|---|---|
到期 | 角色指派排程的到期日 | RoleAssignmentScheduleRequestPropertiesScheduleInfoE... |
startDateTime | 角色指派排程的開始日期時間。 | 字串 |
RoleAssignmentScheduleRequestPropertiesScheduleInfoE...
名稱 | 描述 | 值 |
---|---|---|
持續時間 | TimeSpan 中角色指派排程的持續時間。 | 字串 |
endDateTime | 角色指派排程的結束日期時間。 | 字串 |
type | 角色指派排程到期的類型 | 'AfterDateTime' 'AfterDuration' 'NoExpiration' |
RoleAssignmentScheduleRequestPropertiesTicketInfo
名稱 | 描述 | 值 |
---|---|---|
ticketNumber | 角色指派的票證號碼 | 字串 |
ticketSystem | 角色指派的票證系統名稱 | 字串 |
Terraform (AzAPI 提供者) 資源定義
roleAssignmentScheduleRequests 資源類型是 擴充資源,這表示您可以將它套用至另一個資源。
parent_id
使用此資源上的 屬性來設定此資源的範圍。
roleAssignmentScheduleRequests 資源類型可以使用目標作業來部署:
- 資源群組
- 訂用帳戶
- 管理群組
- 租用戶
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
資源格式
若要建立 Microsoft.Authorization/roleAssignmentScheduleRequests 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Authorization/roleAssignmentScheduleRequests@2022-04-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"
}
}
})
}
屬性值
roleAssignmentScheduleRequests
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | “Microsoft.Authorization/roleAssignmentScheduleRequests@2022-04-01-preview” |
NAME | 資源名稱 | 字串 (必要) |
parent_id | 要套用此延伸模組資源的資源標識碼。 | 字串 (必要) |
properties | 角色指派排程要求屬性。 | RoleAssignmentScheduleRequestProperties |
RoleAssignmentScheduleRequestProperties
名稱 | 描述 | 值 |
---|---|---|
condition (條件) | 角色指派的條件。 這會限制其可指派的資源。例如: @Resource[Microsoft.Storage/storageAccounts/blobServices/containers:ContainerName] StringEqualsIgnoreCase 'foo_storage_container' | 字串 |
conditionVersion | 條件的版本。 目前接受的值是 '2.0' | 字串 |
理由 | 角色指派的理由 | 字串 |
linkedRoleEligibilityScheduleId | 連結的角色資格排程標識碼 - 啟用資格。 | 字串 |
principalId | 主體標識碼。 | 字串 (必要) |
requestType | 角色指派排程要求的型別。 例如:SelfActivate、AdminAssign 等 | “AdminAssign” “AdminExtend” “AdminRemove” “AdminRenew” “AdminUpdate” “SelfActivate” “SelfDeactivate” “SelfExtend” 必要) “SelfRenew” ( |
roleDefinitionId | 角色定義識別碼。 | 需要字串 () |
scheduleInfo | 角色指派排程的排程資訊 | RoleAssignmentScheduleRequestPropertiesScheduleInfo |
targetRoleAssignmentScheduleId | 正在更新的結果角色指派排程標識碼或角色指派排程標識碼 | 字串 |
targetRoleAssignmentScheduleInstanceId | 正在更新的角色指派排程實例標識碼 | 字串 |
ticketInfo | 角色指派的票證資訊 | RoleAssignmentScheduleRequestPropertiesTicketInfo |
RoleAssignmentScheduleRequestPropertiesScheduleInfo
名稱 | 描述 | 值 |
---|---|---|
到期 | 角色指派排程的到期日 | RoleAssignmentScheduleRequestPropertiesScheduleInfoE... |
startDateTime | 角色指派排程的開始日期時間。 | 字串 |
RoleAssignmentScheduleRequestPropertiesScheduleInfoE...
名稱 | 描述 | 值 |
---|---|---|
持續時間 | TimeSpan 中角色指派排程的持續時間。 | 字串 |
endDateTime | 角色指派排程的結束日期時間。 | 字串 |
type | 角色指派排程到期的類型 | “AfterDateTime” “AfterDuration” “NoExpiration” |
RoleAssignmentScheduleRequestPropertiesTicketInfo
名稱 | 描述 | 值 |
---|---|---|
ticketNumber | 角色指派的票證號碼 | 字串 |
ticketSystem | 角色指派的票證系統名稱 | 字串 |