Microsoft.Authorization policyDefinitions/versions 2023-04-01
Bicep 資源定義
policyDefinitions/versions 資源類型可以使用目標作業來部署:
您可以將此資源類型參考為層級的唯讀資源: 租使用者
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
資源格式
若要建立 Microsoft.Authorization/policyDefinitions/versions 資源,請將下列 Bicep 新增至您的範本。
resource symbolicname 'Microsoft.Authorization/policyDefinitions/versions@2023-04-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
description: 'string'
displayName: 'string'
metadata: any()
mode: 'string'
parameters: {
{customized property}: {
allowedValues: [
any
]
defaultValue: any()
metadata: {
assignPermissions: bool
description: 'string'
displayName: 'string'
strongType: 'string'
{customized property}: any()
}
schema: any()
type: 'string'
}
}
policyRule: any()
policyType: 'string'
version: 'string'
}
}
屬性值
policyDefinitions/versions
名稱 | 描述 | 值 |
---|---|---|
NAME | 資源名稱 瞭解如何在 Bicep 中設定子資源的名稱和類型。 |
字串 (必要) |
父系 (parent) | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源之外宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱: policyDefinitions |
properties | 原則定義版本屬性。 | PolicyDefinitionVersionProperties |
PolicyDefinitionVersionProperties
名稱 | 描述 | 值 |
---|---|---|
description | 原則定義描述。 | 字串 |
displayName | 原則定義的顯示名稱。 | 字串 |
中繼資料 | 原則定義元數據。 元數據是開放式物件,通常是索引鍵值組的集合。 | 針對 Bicep,您可以使用 任何 () 函式。 |
mode | 原則定義模式。 一些範例包括 All、Indexed、Microsoft.KeyVault.Data。 | 字串 |
參數 | 原則規則中使用的參數定義。 索引鍵是參數名稱。 | ParameterDefinitions |
policyRule | 原則規則。 | 針對 Bicep,您可以使用 任何 () 函式。 |
policyType | 原則定義的類型。 可能的值為 NotSpecified、BuiltIn、Custom 和 Static。 | 'BuiltIn' 'Custom' 'NotSpecified' 'Static' |
version | #.#.# 格式的原則定義版本。 | 字串 |
ParameterDefinitions
名稱 | 描述 | 值 |
---|---|---|
{自定義屬性} | ParameterDefinitionsValue |
ParameterDefinitionsValue
名稱 | 描述 | 值 |
---|---|---|
allowedValues | 參數允許的值。 | any[] |
defaultValue | 如果未提供任何值,則為 參數的預設值。 | 針對 Bicep,您可以使用 任何 () 函式。 |
中繼資料 | 參數的一般元數據。 | ParameterDefinitionsValueMetadata |
結構描述 | 使用自我定義的 JSON 架構,在指派期間提供參數輸入的驗證。 此屬性僅支援物件類型參數,並遵循 Json.NET 結構描述 2019-09 實作。 您可以在 中深入瞭解如何使用架構 https://json-schema.org/ ,並在 測試草稿架構 https://www.jsonschemavalidator.net/. |
針對 Bicep,您可以使用 任何 () 函式。 |
類型 | 參數的資料類型。 | 'Array' 'Boolean' 'DateTime' 'Float' 'Integer' 'Object' 'String' |
ParameterDefinitionsValueMetadata
名稱 | 描述 | 值 |
---|---|---|
assignPermissions | 設定為 true,在原則指派期間,Azure 入口網站 在此參數的資源標識符或資源範圍值上建立角色指派。 如果您想要在指派範圍之外指派權限,此屬性會很有用。 | bool |
description | 參數的描述。 | 字串 |
displayName | 參數的顯示名稱。 | 字串 |
strongType | 透過入口網站指派原則定義時使用。 提供可供使用者選擇的內容感知值清單。 | 字串 |
{自定義屬性} | 針對 Bicep,您可以使用 任何 () 函式。 |
ARM 範本資源定義
policyDefinitions/versions 資源類型可以使用目標作業來部署:
您可以將此資源類型參考為層級的唯讀資源: 租使用者
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
資源格式
若要建立 Microsoft.Authorization/policyDefinitions/versions 資源,請將下列 JSON 新增至您的範本。
{
"type": "Microsoft.Authorization/policyDefinitions/versions",
"apiVersion": "2023-04-01",
"name": "string",
"properties": {
"description": "string",
"displayName": "string",
"metadata": {},
"mode": "string",
"parameters": {
"{customized property}": {
"allowedValues": [ object ],
"defaultValue": {},
"metadata": {
"assignPermissions": "bool",
"description": "string",
"displayName": "string",
"strongType": "string",
"{customized property}": {}
},
"schema": {},
"type": "string"
}
},
"policyRule": {},
"policyType": "string",
"version": "string"
}
}
屬性值
policyDefinitions/versions
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.Authorization/policyDefinitions/versions' |
apiVersion | 資源 API 版本 | '2023-04-01' |
NAME | 資源名稱 請參閱如何在 JSON ARM 樣本中設定子資源的名稱和類型。 |
字串 (必要) |
properties | 原則定義版本屬性。 | PolicyDefinitionVersionProperties |
PolicyDefinitionVersionProperties
名稱 | 描述 | 值 |
---|---|---|
description | 原則定義描述。 | 字串 |
displayName | 原則定義的顯示名稱。 | 字串 |
中繼資料 | 原則定義元數據。 元數據是開放式物件,通常是索引鍵值組的集合。 | |
mode | 原則定義模式。 一些範例包括 All、Indexed、Microsoft.KeyVault.Data。 | 字串 |
參數 | 原則規則中使用的參數定義。 索引鍵是參數名稱。 | ParameterDefinitions |
policyRule | 原則規則。 | |
policyType | 原則定義的類型。 可能的值為 NotSpecified、BuiltIn、Custom 和 Static。 | 'BuiltIn' 'Custom' 'NotSpecified' 'Static' |
version | #.#.# 格式的原則定義版本。 | 字串 |
ParameterDefinitions
名稱 | 描述 | 值 |
---|---|---|
{自定義屬性} | ParameterDefinitionsValue |
ParameterDefinitionsValue
名稱 | 描述 | 值 |
---|---|---|
allowedValues | 參數允許的值。 | any[] |
defaultValue | 如果未提供任何值,則為 參數的預設值。 | |
中繼資料 | 參數的一般元數據。 | ParameterDefinitionsValueMetadata |
結構描述 | 使用自我定義的 JSON 架構,在指派期間提供參數輸入的驗證。 此屬性僅支援物件類型參數,並遵循 Json.NET 結構描述 2019-09 實作。 您可以在 中深入瞭解如何使用架構 https://json-schema.org/ ,並在 測試草稿架構 https://www.jsonschemavalidator.net/. |
|
類型 | 參數的資料類型。 | 'Array' 'Boolean' 'DateTime' 'Float' 'Integer' 'Object' 'String' |
ParameterDefinitionsValueMetadata
名稱 | 描述 | 值 |
---|---|---|
assignPermissions | 設定為 true,在原則指派期間,Azure 入口網站 在此參數的資源標識符或資源範圍值上建立角色指派。 如果您想要在指派範圍之外指派權限,此屬性會很有用。 | bool |
description | 參數的描述。 | 字串 |
displayName | 參數的顯示名稱。 | 字串 |
strongType | 透過入口網站指派原則定義時使用。 提供可供使用者選擇的內容感知值清單。 | 字串 |
{自定義屬性} |
Terraform (AzAPI 提供者) 資源定義
policyDefinitions/versions 資源類型可以使用目標作業來部署:
- 管理群組
- 訂用帳戶
您可以將此資源類型參考為層級的唯讀資源: 租使用者
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄。
資源格式
若要建立 Microsoft.Authorization/policyDefinitions/versions 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Authorization/policyDefinitions/versions@2023-04-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
description = "string"
displayName = "string"
mode = "string"
parameters = {
{customized property} = {
allowedValues = [ object ]
metadata = {
assignPermissions = bool
description = "string"
displayName = "string"
strongType = "string"
}
type = "string"
}
}
policyType = "string"
version = "string"
}
})
}
屬性值
policyDefinitions/versions
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | “Microsoft.Authorization/policyDefinitions/versions@2023-04-01” |
NAME | 資源名稱 | 字串 (必要) |
parent_id | 此資源之父系的資源標識碼。 | 類型資源的標識碼: policyDefinitions |
properties | 原則定義版本屬性。 | PolicyDefinitionVersionProperties |
PolicyDefinitionVersionProperties
名稱 | 描述 | 值 |
---|---|---|
description | 原則定義描述。 | 字串 |
displayName | 原則定義的顯示名稱。 | 字串 |
中繼資料 | 原則定義元數據。 元數據是開放式物件,通常是索引鍵值組的集合。 | |
mode | 原則定義模式。 一些範例包括 All、Indexed、Microsoft.KeyVault.Data。 | 字串 |
參數 | 原則規則中使用的參數定義。 索引鍵是參數名稱。 | ParameterDefinitions |
policyRule | 原則規則。 | |
policyType | 原則定義的類型。 可能的值為 NotSpecified、BuiltIn、Custom 和 Static。 | “BuiltIn” "Custom" “NotSpecified” “Static” |
version | #.#.# 格式的原則定義版本。 | 字串 |
ParameterDefinitions
名稱 | 描述 | 值 |
---|---|---|
{自定義屬性} | ParameterDefinitionsValue |
ParameterDefinitionsValue
名稱 | 描述 | 值 |
---|---|---|
allowedValues | 參數允許的值。 | any[] |
defaultValue | 如果未提供任何值,則為 參數的預設值。 | |
中繼資料 | 參數的一般元數據。 | ParameterDefinitionsValueMetadata |
結構描述 | 使用自我定義的 JSON 架構,在指派期間提供參數輸入的驗證。 此屬性僅支援物件類型參數,並遵循 Json.NET 結構描述 2019-09 實作。 您可以在 中深入瞭解如何使用架構 https://json-schema.org/ ,並在 測試草稿架構 https://www.jsonschemavalidator.net/. |
|
類型 | 參數的資料類型。 | “Array” “Boolean” “DateTime” “Float” “Integer” “Object” “String” |
ParameterDefinitionsValueMetadata
名稱 | 描述 | 值 |
---|---|---|
assignPermissions | 設定為 true,在原則指派期間,Azure 入口網站 在此參數的資源標識符或資源範圍值上建立角色指派。 如果您想要在指派範圍之外指派權限,此屬性會很有用。 | bool |
description | 參數的描述。 | 字串 |
displayName | 參數的顯示名稱。 | 字串 |
strongType | 透過入口網站指派原則定義時使用。 提供可供使用者選擇的內容感知值清單。 | 字串 |
{自定義屬性} |