次の方法で共有


Microsoft.Network virtualWans/p2sVpnServerConfigurations 2018-12-01

Bicep リソース定義

virtualWans/p2sVpnServerConfigurations リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/virtualWans/p2sVpnServerConfigurations リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-12-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    etag: 'string'
    name: 'string'
    p2SVpnServerConfigRadiusClientRootCertificates: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          thumbprint: 'string'
        }
      }
    ]
    p2SVpnServerConfigRadiusServerRootCertificates: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          publicCertData: 'string'
        }
      }
    ]
    p2SVpnServerConfigVpnClientRevokedCertificates: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          thumbprint: 'string'
        }
      }
    ]
    p2SVpnServerConfigVpnClientRootCertificates: [
      {
        etag: 'string'
        id: 'string'
        name: 'string'
        properties: {
          publicCertData: 'string'
        }
      }
    ]
    radiusServerAddress: 'string'
    radiusServerSecret: 'string'
    vpnClientIpsecPolicies: [
      {
        dhGroup: 'string'
        ikeEncryption: 'string'
        ikeIntegrity: 'string'
        ipsecEncryption: 'string'
        ipsecIntegrity: 'string'
        pfsGroup: 'string'
        saDataSizeKilobytes: int
        saLifeTimeSeconds: int
      }
    ]
    vpnProtocols: [
      'string'
    ]
  }
}

プロパティ値

IpsecPolicy

名前 形容 価値
dhGroup 初期 SA の IKE フェーズ 1 で使用される DH グループ。 'DHGroup1'
'DHGroup14'
'DHGroup2'
'DHGroup2048'
'DHGroup24'
'ECP256'
'ECP384'
'None' (必須)
ikeEncryption IKE 暗号化アルゴリズム (IKE フェーズ 2)。 'AES128'
'AES192'
'AES256'
'DES'
'DES3'
'GCMAES128'
'GCMAES256' (必須)
ikeIntegrity IKE 整合性アルゴリズム (IKE フェーズ 2)。 'GCMAES128'
'GCMAES256'
'MD5'
'SHA1'
'SHA256'
'SHA384' (必須)
ipsecEncryption IPSec 暗号化アルゴリズム (IKE フェーズ 1)。 'AES128'
'AES192'
'AES256'
'DES'
'DES3'
'GCMAES128'
'GCMAES192'
'GCMAES256'
'None' (必須)
ipsecIntegrity IPSec 整合性アルゴリズム (IKE フェーズ 1)。 'GCMAES128'
'GCMAES192'
'GCMAES256'
'MD5'
'SHA1'
'SHA256' (必須)
pfsGroup IKE フェーズ 2 で新しい子 SA に使用される Pfs グループ。 'ECP256'
'ECP384'
'None'
'PFS1'
'PFS14'
'PFS2'
'PFS2048'
'PFS24'
'PFSMM' (必須)
saDataSizeKilobytes サイト間 VPN トンネルの IPSec セキュリティ アソシエーション (クイック モードまたはフェーズ 2 SA とも呼ばれます) ペイロード サイズ (KB)。 int (必須)
saLifeTimeSeconds サイト間 VPN トンネルの IPSec セキュリティ アソシエーション (クイック モードまたはフェーズ 2 SA とも呼ばれます) の有効期間 (秒単位)。 int (必須)

Microsoft.Network/virtualWans/p2sVpnServerConfigurations

名前 形容 価値
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: virtualWans
プロパティ P2SVpnServerConfiguration のパラメーター P2SVpnServerConfigurationProperties の

P2SVpnServerConfigRadiusClientRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ Radius クライアント ルート証明書のプロパティ。 P2SVpnServerConfigRadiusClientRootCertificatePropertiesFormat

P2SVpnServerConfigRadiusClientRootCertificatePropertiesFormat

名前 形容 価値
拇印 Radius クライアント ルート証明書の拇印。

P2SVpnServerConfigRadiusServerRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ P2SVpnServerConfiguration Radius Server ルート証明書のプロパティ。 P2SVpnServerConfigRadiusServerRootCertificatePropertiesFormat (必須)

P2SVpnServerConfigRadiusServerRootCertificatePropertiesFormat

名前 形容 価値
publicCertData 証明書のパブリック データ。 string (必須)

P2SVpnServerConfigurationProperties

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
名前 リソース グループ内の VirtualWan 内で一意である P2SVpnServerConfiguration の名前。 この名前は、Paren VirtualWan リソース名と共にリソースにアクセスするために使用できます。
p2SVpnServerConfigRadiusClientRootCertificates P2SVpnServerConfiguration の Radius クライアント ルート証明書。 P2SVpnServerConfigRadiusClientRootCertificate[]
p2SVpnServerConfigRadiusServerRootCertificates P2SVpnServerConfiguration の Radius Server ルート証明書。 P2SVpnServerConfigRadiusServerRootCertificate[]
p2SVpnServerConfigVpnClientRevokedCertificates P2SVpnServerConfiguration の VPN クライアント失効証明書。 P2SVpnServerConfigVpnClientRevokedCertificate[]
p2SVpnServerConfigVpnClientRootCertificates P2SVpnServerConfiguration の VPN クライアント ルート証明書。 P2SVpnServerConfigVpnClientRootCertificate[]
radiusServerAddress ポイント対サイト クライアント接続の P2SVpnServerConfiguration リソースの radius サーバー アドレス プロパティ。
radiusServerSecret ポイント対サイト クライアント接続の P2SVpnServerConfiguration リソースの radius シークレット プロパティ。
vpnClientIpsecPolicies P2SVpnServerConfiguration の VpnClientIpsecPolicies。 IpsecPolicy[]
vpnProtocols P2SVpnServerConfiguration の VPN プロトコル。 次のいずれかを含む文字列配列:
'IkeV2'
'OpenVPN'

P2SVpnServerConfigVpnClientRevokedCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ VPN クライアントが失効した証明書のプロパティ。 P2SVpnServerConfigVpnClientRevokedCertificatePropertiesFormat

P2SVpnServerConfigVpnClientRevokedCertificatePropertiesFormat

名前 形容 価値
拇印 失効した VPN クライアント証明書の拇印。

P2SVpnServerConfigVpnClientRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ P2SVpnServerConfiguration VPN クライアントルート証明書のプロパティ。 P2SVpnServerConfigVpnClientRootCertificatePropertiesFormat (必須)

P2SVpnServerConfigVpnClientRootCertificatePropertiesFormat

名前 形容 価値
publicCertData 証明書のパブリック データ。 string (必須)

ARM テンプレート リソース定義

virtualWans/p2sVpnServerConfigurations リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/virtualWans/p2sVpnServerConfigurations リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Network/virtualWans/p2sVpnServerConfigurations",
  "apiVersion": "2018-12-01",
  "name": "string",
  "properties": {
    "etag": "string",
    "name": "string",
    "p2SVpnServerConfigRadiusClientRootCertificates": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "thumbprint": "string"
        }
      }
    ],
    "p2SVpnServerConfigRadiusServerRootCertificates": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "publicCertData": "string"
        }
      }
    ],
    "p2SVpnServerConfigVpnClientRevokedCertificates": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "thumbprint": "string"
        }
      }
    ],
    "p2SVpnServerConfigVpnClientRootCertificates": [
      {
        "etag": "string",
        "id": "string",
        "name": "string",
        "properties": {
          "publicCertData": "string"
        }
      }
    ],
    "radiusServerAddress": "string",
    "radiusServerSecret": "string",
    "vpnClientIpsecPolicies": [
      {
        "dhGroup": "string",
        "ikeEncryption": "string",
        "ikeIntegrity": "string",
        "ipsecEncryption": "string",
        "ipsecIntegrity": "string",
        "pfsGroup": "string",
        "saDataSizeKilobytes": "int",
        "saLifeTimeSeconds": "int"
      }
    ],
    "vpnProtocols": [ "string" ]
  }
}

プロパティ値

IpsecPolicy

名前 形容 価値
dhGroup 初期 SA の IKE フェーズ 1 で使用される DH グループ。 'DHGroup1'
'DHGroup14'
'DHGroup2'
'DHGroup2048'
'DHGroup24'
'ECP256'
'ECP384'
'None' (必須)
ikeEncryption IKE 暗号化アルゴリズム (IKE フェーズ 2)。 'AES128'
'AES192'
'AES256'
'DES'
'DES3'
'GCMAES128'
'GCMAES256' (必須)
ikeIntegrity IKE 整合性アルゴリズム (IKE フェーズ 2)。 'GCMAES128'
'GCMAES256'
'MD5'
'SHA1'
'SHA256'
'SHA384' (必須)
ipsecEncryption IPSec 暗号化アルゴリズム (IKE フェーズ 1)。 'AES128'
'AES192'
'AES256'
'DES'
'DES3'
'GCMAES128'
'GCMAES192'
'GCMAES256'
'None' (必須)
ipsecIntegrity IPSec 整合性アルゴリズム (IKE フェーズ 1)。 'GCMAES128'
'GCMAES192'
'GCMAES256'
'MD5'
'SHA1'
'SHA256' (必須)
pfsGroup IKE フェーズ 2 で新しい子 SA に使用される Pfs グループ。 'ECP256'
'ECP384'
'None'
'PFS1'
'PFS14'
'PFS2'
'PFS2048'
'PFS24'
'PFSMM' (必須)
saDataSizeKilobytes サイト間 VPN トンネルの IPSec セキュリティ アソシエーション (クイック モードまたはフェーズ 2 SA とも呼ばれます) ペイロード サイズ (KB)。 int (必須)
saLifeTimeSeconds サイト間 VPN トンネルの IPSec セキュリティ アソシエーション (クイック モードまたはフェーズ 2 SA とも呼ばれます) の有効期間 (秒単位)。 int (必須)

Microsoft.Network/virtualWans/p2sVpnServerConfigurations

名前 形容 価値
apiVersion API のバージョン '2018-12-01'
名前 リソース名 string (必須)
プロパティ P2SVpnServerConfiguration のパラメーター P2SVpnServerConfigurationProperties の
種類 リソースの種類 'Microsoft.Network/virtualWans/p2sVpnServerConfigurations'

P2SVpnServerConfigRadiusClientRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ Radius クライアント ルート証明書のプロパティ。 P2SVpnServerConfigRadiusClientRootCertificatePropertiesFormat

P2SVpnServerConfigRadiusClientRootCertificatePropertiesFormat

名前 形容 価値
拇印 Radius クライアント ルート証明書の拇印。

P2SVpnServerConfigRadiusServerRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ P2SVpnServerConfiguration Radius Server ルート証明書のプロパティ。 P2SVpnServerConfigRadiusServerRootCertificatePropertiesFormat (必須)

P2SVpnServerConfigRadiusServerRootCertificatePropertiesFormat

名前 形容 価値
publicCertData 証明書のパブリック データ。 string (必須)

P2SVpnServerConfigurationProperties

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
名前 リソース グループ内の VirtualWan 内で一意である P2SVpnServerConfiguration の名前。 この名前は、Paren VirtualWan リソース名と共にリソースにアクセスするために使用できます。
p2SVpnServerConfigRadiusClientRootCertificates P2SVpnServerConfiguration の Radius クライアント ルート証明書。 P2SVpnServerConfigRadiusClientRootCertificate[]
p2SVpnServerConfigRadiusServerRootCertificates P2SVpnServerConfiguration の Radius Server ルート証明書。 P2SVpnServerConfigRadiusServerRootCertificate[]
p2SVpnServerConfigVpnClientRevokedCertificates P2SVpnServerConfiguration の VPN クライアント失効証明書。 P2SVpnServerConfigVpnClientRevokedCertificate[]
p2SVpnServerConfigVpnClientRootCertificates P2SVpnServerConfiguration の VPN クライアント ルート証明書。 P2SVpnServerConfigVpnClientRootCertificate[]
radiusServerAddress ポイント対サイト クライアント接続の P2SVpnServerConfiguration リソースの radius サーバー アドレス プロパティ。
radiusServerSecret ポイント対サイト クライアント接続の P2SVpnServerConfiguration リソースの radius シークレット プロパティ。
vpnClientIpsecPolicies P2SVpnServerConfiguration の VpnClientIpsecPolicies。 IpsecPolicy[]
vpnProtocols P2SVpnServerConfiguration の VPN プロトコル。 次のいずれかを含む文字列配列:
'IkeV2'
'OpenVPN'

P2SVpnServerConfigVpnClientRevokedCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ VPN クライアントが失効した証明書のプロパティ。 P2SVpnServerConfigVpnClientRevokedCertificatePropertiesFormat

P2SVpnServerConfigVpnClientRevokedCertificatePropertiesFormat

名前 形容 価値
拇印 失効した VPN クライアント証明書の拇印。

P2SVpnServerConfigVpnClientRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ P2SVpnServerConfiguration VPN クライアントルート証明書のプロパティ。 P2SVpnServerConfigVpnClientRootCertificatePropertiesFormat (必須)

P2SVpnServerConfigVpnClientRootCertificatePropertiesFormat

名前 形容 価値
publicCertData 証明書のパブリック データ。 string (必須)

Terraform (AzAPI プロバイダー) リソース定義

virtualWans/p2sVpnServerConfigurations リソースの種類は、次をターゲットとする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/virtualWans/p2sVpnServerConfigurations リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-12-01"
  name = "string"
  body = jsonencode({
    properties = {
      etag = "string"
      name = "string"
      p2SVpnServerConfigRadiusClientRootCertificates = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            thumbprint = "string"
          }
        }
      ]
      p2SVpnServerConfigRadiusServerRootCertificates = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            publicCertData = "string"
          }
        }
      ]
      p2SVpnServerConfigVpnClientRevokedCertificates = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            thumbprint = "string"
          }
        }
      ]
      p2SVpnServerConfigVpnClientRootCertificates = [
        {
          etag = "string"
          id = "string"
          name = "string"
          properties = {
            publicCertData = "string"
          }
        }
      ]
      radiusServerAddress = "string"
      radiusServerSecret = "string"
      vpnClientIpsecPolicies = [
        {
          dhGroup = "string"
          ikeEncryption = "string"
          ikeIntegrity = "string"
          ipsecEncryption = "string"
          ipsecIntegrity = "string"
          pfsGroup = "string"
          saDataSizeKilobytes = int
          saLifeTimeSeconds = int
        }
      ]
      vpnProtocols = [
        "string"
      ]
    }
  })
}

プロパティ値

IpsecPolicy

名前 形容 価値
dhGroup 初期 SA の IKE フェーズ 1 で使用される DH グループ。 'DHGroup1'
'DHGroup14'
'DHGroup2'
'DHGroup2048'
'DHGroup24'
'ECP256'
'ECP384'
'None' (必須)
ikeEncryption IKE 暗号化アルゴリズム (IKE フェーズ 2)。 'AES128'
'AES192'
'AES256'
'DES'
'DES3'
'GCMAES128'
'GCMAES256' (必須)
ikeIntegrity IKE 整合性アルゴリズム (IKE フェーズ 2)。 'GCMAES128'
'GCMAES256'
'MD5'
'SHA1'
'SHA256'
'SHA384' (必須)
ipsecEncryption IPSec 暗号化アルゴリズム (IKE フェーズ 1)。 'AES128'
'AES192'
'AES256'
'DES'
'DES3'
'GCMAES128'
'GCMAES192'
'GCMAES256'
'None' (必須)
ipsecIntegrity IPSec 整合性アルゴリズム (IKE フェーズ 1)。 'GCMAES128'
'GCMAES192'
'GCMAES256'
'MD5'
'SHA1'
'SHA256' (必須)
pfsGroup IKE フェーズ 2 で新しい子 SA に使用される Pfs グループ。 'ECP256'
'ECP384'
'None'
'PFS1'
'PFS14'
'PFS2'
'PFS2048'
'PFS24'
'PFSMM' (必須)
saDataSizeKilobytes サイト間 VPN トンネルの IPSec セキュリティ アソシエーション (クイック モードまたはフェーズ 2 SA とも呼ばれます) ペイロード サイズ (KB)。 int (必須)
saLifeTimeSeconds サイト間 VPN トンネルの IPSec セキュリティ アソシエーション (クイック モードまたはフェーズ 2 SA とも呼ばれます) の有効期間 (秒単位)。 int (必須)

Microsoft.Network/virtualWans/p2sVpnServerConfigurations

名前 形容 価値
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: virtualWans
プロパティ P2SVpnServerConfiguration のパラメーター P2SVpnServerConfigurationProperties の
種類 リソースの種類 "Microsoft.Network/virtualWans/p2sVpnServerConfigurations@2018-12-01"

P2SVpnServerConfigRadiusClientRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ Radius クライアント ルート証明書のプロパティ。 P2SVpnServerConfigRadiusClientRootCertificatePropertiesFormat

P2SVpnServerConfigRadiusClientRootCertificatePropertiesFormat

名前 形容 価値
拇印 Radius クライアント ルート証明書の拇印。

P2SVpnServerConfigRadiusServerRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ P2SVpnServerConfiguration Radius Server ルート証明書のプロパティ。 P2SVpnServerConfigRadiusServerRootCertificatePropertiesFormat (必須)

P2SVpnServerConfigRadiusServerRootCertificatePropertiesFormat

名前 形容 価値
publicCertData 証明書のパブリック データ。 string (必須)

P2SVpnServerConfigurationProperties

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
名前 リソース グループ内の VirtualWan 内で一意である P2SVpnServerConfiguration の名前。 この名前は、Paren VirtualWan リソース名と共にリソースにアクセスするために使用できます。
p2SVpnServerConfigRadiusClientRootCertificates P2SVpnServerConfiguration の Radius クライアント ルート証明書。 P2SVpnServerConfigRadiusClientRootCertificate[]
p2SVpnServerConfigRadiusServerRootCertificates P2SVpnServerConfiguration の Radius Server ルート証明書。 P2SVpnServerConfigRadiusServerRootCertificate[]
p2SVpnServerConfigVpnClientRevokedCertificates P2SVpnServerConfiguration の VPN クライアント失効証明書。 P2SVpnServerConfigVpnClientRevokedCertificate[]
p2SVpnServerConfigVpnClientRootCertificates P2SVpnServerConfiguration の VPN クライアント ルート証明書。 P2SVpnServerConfigVpnClientRootCertificate[]
radiusServerAddress ポイント対サイト クライアント接続の P2SVpnServerConfiguration リソースの radius サーバー アドレス プロパティ。
radiusServerSecret ポイント対サイト クライアント接続の P2SVpnServerConfiguration リソースの radius シークレット プロパティ。
vpnClientIpsecPolicies P2SVpnServerConfiguration の VpnClientIpsecPolicies。 IpsecPolicy[]
vpnProtocols P2SVpnServerConfiguration の VPN プロトコル。 次のいずれかを含む文字列配列:
'IkeV2'
'OpenVPN'

P2SVpnServerConfigVpnClientRevokedCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ VPN クライアントが失効した証明書のプロパティ。 P2SVpnServerConfigVpnClientRevokedCertificatePropertiesFormat

P2SVpnServerConfigVpnClientRevokedCertificatePropertiesFormat

名前 形容 価値
拇印 失効した VPN クライアント証明書の拇印。

P2SVpnServerConfigVpnClientRootCertificate

名前 形容 価値
etag リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ P2SVpnServerConfiguration VPN クライアントルート証明書のプロパティ。 P2SVpnServerConfigVpnClientRootCertificatePropertiesFormat (必須)

P2SVpnServerConfigVpnClientRootCertificatePropertiesFormat

名前 形容 価値
publicCertData 証明書のパブリック データ。 string (必須)