共用方式為


Microsoft.PowerPlatform enterprisePolicies

Bicep 資源定義

enterprisePolicies 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.PowerPlatform/enterprisePolicies 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.PowerPlatform/enterprisePolicies@2020-10-30-preview' = {
  identity: {
    type: 'string'
  }
  kind: 'string'
  location: 'string'
  name: 'string'
  properties: {
    encryption: {
      keyVault: {
        id: 'string'
        key: {
          name: 'string'
          version: 'string'
        }
      }
      state: 'string'
    }
    healthStatus: 'string'
    lockbox: {
      state: 'string'
    }
    networkInjection: {
      virtualNetworks: {
        nextLink: 'string'
        value: [
          {
            id: 'string'
            subnet: {
              name: 'string'
            }
          }
        ]
      }
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

EnterprisePolicyIdentity

名字 描述 價值
類型 用於 EnterprisePolicy 的身分識別類型。 目前,唯一支持的類型是 'SystemAssigned',其會隱含建立身分識別。 'None'
'SystemAssigned'

KeyProperties

名字 描述 價值
名字 用來加密數據之金鑰保存庫金鑰的識別碼。 字串
版本 將用來存取金鑰保存庫的身分識別版本。 字串

KeyVaultProperties

名字 描述 價值
id KeyVault 的 URI 字串
鑰匙 包含名稱和版本的秘密身分識別。 KeyProperties

Microsoft.PowerPlatform/enterprisePolicies

名字 描述 價值
身份 EnterprisePolicy 的身分識別。 EnterprisePolicyIdentity
企業原則的種類(類型)。 'Encryption'
'Identity'
'Lockbox'
'NetworkInjection'
'PrivateEndpoint' (必要)
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 定義企業原則設定的屬性 屬性
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

性能

名字 描述 價值
加密 組態存放區的加密設定。 PropertiesEncryption
healthStatus 資源的健全狀態。 「狀況良好」
'Undemined'
「狀況不良」
'Warning'
lockbox 關於加密箱的設定。 PropertiesLockbox
networkInjection 關於網路插入的設定。 PropertiesNetworkInjection

PropertiesEncryption

名字 描述 價值
keyVault 金鑰保存庫屬性。 KeyVaultProperties
上線狀態,只會出現在回應中。 'Disabled'
'Enabled'
'NotConfigured'

PropertiesLockbox

名字 描述 價值
lockbox 組態 'Disabled'
'Enabled'
'NotConfigured'

PropertiesNetworkInjection

名字 描述 價值
virtualNetworks 網路插入設定 VirtualNetworkPropertiesList

SubnetProperties

名字 描述 價值
名字 子網名稱。 字串

TrackedResourceTags

名字 描述 價值

VirtualNetworkProperties

名字 描述 價值
id 虛擬網路的 URI。 字串
子網的屬性。 SubnetProperties

VirtualNetworkPropertiesList

名字 描述 價值
nextLink 如果有的話,下一頁連結。 字串
價值 虛擬網路的陣列。 VirtualNetworkProperties[]

ARM 樣本資源定義

enterprisePolicies 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.PowerPlatform/enterprisePolicies 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.PowerPlatform/enterprisePolicies",
  "apiVersion": "2020-10-30-preview",
  "name": "string",
  "identity": {
    "type": "string"
  },
  "kind": "string",
  "location": "string",
  "properties": {
    "encryption": {
      "keyVault": {
        "id": "string",
        "key": {
          "name": "string",
          "version": "string"
        }
      },
      "state": "string"
    },
    "healthStatus": "string",
    "lockbox": {
      "state": "string"
    },
    "networkInjection": {
      "virtualNetworks": {
        "nextLink": "string",
        "value": [
          {
            "id": "string",
            "subnet": {
              "name": "string"
            }
          }
        ]
      }
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

EnterprisePolicyIdentity

名字 描述 價值
類型 用於 EnterprisePolicy 的身分識別類型。 目前,唯一支持的類型是 'SystemAssigned',其會隱含建立身分識別。 'None'
'SystemAssigned'

KeyProperties

名字 描述 價值
名字 用來加密數據之金鑰保存庫金鑰的識別碼。 字串
版本 將用來存取金鑰保存庫的身分識別版本。 字串

KeyVaultProperties

名字 描述 價值
id KeyVault 的 URI 字串
鑰匙 包含名稱和版本的秘密身分識別。 KeyProperties

Microsoft.PowerPlatform/enterprisePolicies

名字 描述 價值
apiVersion API 版本 '2020-10-30-preview'
身份 EnterprisePolicy 的身分識別。 EnterprisePolicyIdentity
企業原則的種類(類型)。 'Encryption'
'Identity'
'Lockbox'
'NetworkInjection'
'PrivateEndpoint' (必要)
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 定義企業原則設定的屬性 屬性
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.PowerPlatform/enterprisePolicies'

性能

名字 描述 價值
加密 組態存放區的加密設定。 PropertiesEncryption
healthStatus 資源的健全狀態。 「狀況良好」
'Undemined'
「狀況不良」
'Warning'
lockbox 關於加密箱的設定。 PropertiesLockbox
networkInjection 關於網路插入的設定。 PropertiesNetworkInjection

PropertiesEncryption

名字 描述 價值
keyVault 金鑰保存庫屬性。 KeyVaultProperties
上線狀態,只會出現在回應中。 'Disabled'
'Enabled'
'NotConfigured'

PropertiesLockbox

名字 描述 價值
lockbox 組態 'Disabled'
'Enabled'
'NotConfigured'

PropertiesNetworkInjection

名字 描述 價值
virtualNetworks 網路插入設定 VirtualNetworkPropertiesList

SubnetProperties

名字 描述 價值
名字 子網名稱。 字串

TrackedResourceTags

名字 描述 價值

VirtualNetworkProperties

名字 描述 價值
id 虛擬網路的 URI。 字串
子網的屬性。 SubnetProperties

VirtualNetworkPropertiesList

名字 描述 價值
nextLink 如果有的話,下一頁連結。 字串
價值 虛擬網路的陣列。 VirtualNetworkProperties[]

Terraform (AzAPI 提供者) 資源定義

enterprisePolicies 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.PowerPlatform/enterprisePolicies 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.PowerPlatform/enterprisePolicies@2020-10-30-preview"
  name = "string"
  identity = {
    type = "string"
  }
  kind = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      encryption = {
        keyVault = {
          id = "string"
          key = {
            name = "string"
            version = "string"
          }
        }
        state = "string"
      }
      healthStatus = "string"
      lockbox = {
        state = "string"
      }
      networkInjection = {
        virtualNetworks = {
          nextLink = "string"
          value = [
            {
              id = "string"
              subnet = {
                name = "string"
              }
            }
          ]
        }
      }
    }
  })
}

屬性值

EnterprisePolicyIdentity

名字 描述 價值
類型 用於 EnterprisePolicy 的身分識別類型。 目前,唯一支持的類型是 'SystemAssigned',其會隱含建立身分識別。 'None'
'SystemAssigned'

KeyProperties

名字 描述 價值
名字 用來加密數據之金鑰保存庫金鑰的識別碼。 字串
版本 將用來存取金鑰保存庫的身分識別版本。 字串

KeyVaultProperties

名字 描述 價值
id KeyVault 的 URI 字串
鑰匙 包含名稱和版本的秘密身分識別。 KeyProperties

Microsoft.PowerPlatform/enterprisePolicies

名字 描述 價值
身份 EnterprisePolicy 的身分識別。 EnterprisePolicyIdentity
企業原則的種類(類型)。 'Encryption'
'Identity'
'Lockbox'
'NetworkInjection'
'PrivateEndpoint' (必要)
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 定義企業原則設定的屬性 屬性
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.PowerPlatform/enterprisePolicies@2020-10-30-preview”

性能

名字 描述 價值
加密 組態存放區的加密設定。 PropertiesEncryption
healthStatus 資源的健全狀態。 「狀況良好」
'Undemined'
「狀況不良」
'Warning'
lockbox 關於加密箱的設定。 PropertiesLockbox
networkInjection 關於網路插入的設定。 PropertiesNetworkInjection

PropertiesEncryption

名字 描述 價值
keyVault 金鑰保存庫屬性。 KeyVaultProperties
上線狀態,只會出現在回應中。 'Disabled'
'Enabled'
'NotConfigured'

PropertiesLockbox

名字 描述 價值
lockbox 組態 'Disabled'
'Enabled'
'NotConfigured'

PropertiesNetworkInjection

名字 描述 價值
virtualNetworks 網路插入設定 VirtualNetworkPropertiesList

SubnetProperties

名字 描述 價值
名字 子網名稱。 字串

TrackedResourceTags

名字 描述 價值

VirtualNetworkProperties

名字 描述 價值
id 虛擬網路的 URI。 字串
子網的屬性。 SubnetProperties

VirtualNetworkPropertiesList

名字 描述 價值
nextLink 如果有的話,下一頁連結。 字串
價值 虛擬網路的陣列。 VirtualNetworkProperties[]