你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Solutions jitRequests
Bicep 资源定义
jitRequests 资源类型可以部署到: 资源组。
若要了解资源组部署,请参阅 Bicep。
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Solutions/jitRequests 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Solutions/jitRequests@2021-07-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
properties: {
applicationResourceId: 'string'
jitAuthorizationPolicies: [
{
principalId: 'string'
roleDefinitionId: 'string'
}
]
jitSchedulingPolicy: {
duration: 'string'
startTime: 'string'
type: 'string'
}
}
}
属性值
jitRequests
名称 | 说明 | 值 |
---|---|---|
name | 资源名称 | 字符串 (必需) |
location | 资源位置 | 字符串 |
标记 | 资源标记 | 标记名称和值的字典。 请参阅 模板中的标记 |
properties | JIT 请求属性。 | JitRequestProperties |
JitRequestProperties
名称 | 说明 | 值 |
---|---|---|
applicationResourceId | 父应用程序 ID。 | 字符串 (必需) |
jitAuthorizationPolicies | JIT 授权策略。 | JitAuthorizationPolicies[] (必需的) |
jitSchedulingPolicy | JIT 请求属性。 | 需要 JitSchedulingPolicy () |
JitAuthorizationPolicies
名称 | 说明 | 值 |
---|---|---|
principalId | 将授予 JIT 访问权限的主体 ID。 | 字符串 (必需) |
roleDefinitionId | 将授予主体的角色定义 ID。 | 字符串 (必需) |
JitSchedulingPolicy
名称 | 说明 | 值 |
---|---|---|
duration | JIT 请求的所需持续时间。 | 字符串 (必需) |
startTime | 请求的开始时间。 | 字符串 (必需) |
type | JIT 计划的类型。 | “NotSpecified” “一次” “定期” (必需) |
ARM 模板资源定义
jitRequests 资源类型可以部署到: 资源组。
若要了解资源组部署,请参阅 ARM 模板。
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Solutions/jitRequests 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Solutions/jitRequests",
"apiVersion": "2021-07-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"applicationResourceId": "string",
"jitAuthorizationPolicies": [
{
"principalId": "string",
"roleDefinitionId": "string"
}
],
"jitSchedulingPolicy": {
"duration": "string",
"startTime": "string",
"type": "string"
}
}
}
属性值
jitRequests
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | 'Microsoft.Solutions/jitRequests' |
apiVersion | 资源 API 版本 | '2021-07-01' |
name | 资源名称 | 字符串 (必需) |
location | 资源位置 | 字符串 |
标记 | 资源标记 | 标记名称和值的字典。 请参阅 模板中的标记 |
properties | JIT 请求属性。 | JitRequestProperties |
JitRequestProperties
名称 | 说明 | 值 |
---|---|---|
applicationResourceId | 父应用程序 ID。 | 字符串 (必需) |
jitAuthorizationPolicies | JIT 授权策略。 | JitAuthorizationPolicies[] (必需) |
jitSchedulingPolicy | JIT 请求属性。 | 需要 JitSchedulingPolicy () |
JitAuthorizationPolicies
名称 | 说明 | 值 |
---|---|---|
principalId | 将被授予 JIT 访问权限的主体 ID。 | 字符串 (必需) |
roleDefinitionId | 将授予主体的角色定义 ID。 | 字符串 (必需) |
JitSchedulingPolicy
名称 | 说明 | 值 |
---|---|---|
duration | JIT 请求所需的持续时间。 | 字符串 (必需) |
startTime | 请求的开始时间。 | 字符串 (必需) |
type | JIT 计划的类型。 | “NotSpecified” “一次” “定期” (必需) |
Terraform (AzAPI 提供程序) 资源定义
jitRequests 资源类型可部署到资源组。
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.Solutions/jitRequests 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Solutions/jitRequests@2021-07-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
applicationResourceId = "string"
jitAuthorizationPolicies = [
{
principalId = "string"
roleDefinitionId = "string"
}
]
jitSchedulingPolicy = {
duration = "string"
startTime = "string"
type = "string"
}
}
})
}
属性值
jitRequests
名称 | 说明 | Value |
---|---|---|
type | 资源类型 | “Microsoft.Solutions/jitRequests@2021-07-01” |
name | 资源名称 | 字符串 (必需) |
location | 资源位置 | string |
parent_id | 若要部署到资源组,请使用该资源组的 ID。 | 字符串 (必需) |
标记 | 资源标记 | 标记名称和值的字典。 |
properties | JIT 请求属性。 | JitRequestProperties |
JitRequestProperties
名称 | 说明 | 值 |
---|---|---|
applicationResourceId | 父应用程序 ID。 | 字符串 (必需) |
jitAuthorizationPolicies | JIT 授权策略。 | JitAuthorizationPolicies[] (必需) |
jitSchedulingPolicy | JIT 请求属性。 | 需要 JitSchedulingPolicy () |
JitAuthorizationPolicies
名称 | 说明 | 值 |
---|---|---|
principalId | 将被授予 JIT 访问权限的主体 ID。 | 字符串 (必需) |
roleDefinitionId | 将授予主体的角色定义 ID。 | 字符串 (必需) |
JitSchedulingPolicy
名称 | 说明 | 值 |
---|---|---|
duration | JIT 请求所需的持续时间。 | 字符串 (必需) |
startTime | 请求的开始时间。 | 字符串 (必需) |
type | JIT 计划的类型。 | “NotSpecified” “一次” “定期” (必需) |