다음을 통해 공유


Microsoft.EventGrid 네임스페이스/클라이언트 2023-12-15-preview

Bicep 리소스 정의

네임스페이스/클라이언트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.EventGrid/namespaces/clients 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.EventGrid/namespaces/clients@2023-12-15-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    attributes: {
      {customized property}: any()
    }
    authenticationName: 'string'
    clientCertificateAuthentication: {
      allowedThumbprints: [
        'string'
      ]
      validationScheme: 'string'
    }
    description: 'string'
    state: 'string'
  }
}

속성 값

네임스페이스/클라이언트

Name Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: 네임스페이스
properties 클라이언트의 속성입니다. ClientProperties

ClientProperties

Name Description
특성 클라이언트에 대한 특성입니다. 지원되는 값은 int, bool, string, string[]입니다.
예제:
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
ClientPropertiesAttributes
authenticationName 인증을 위해 클라이언트에서 제공하는 이름입니다. 기본값은 리소스의 이름입니다. string
clientCertificateAuthentication 클라이언트 인증서 인증 정보입니다. ClientCertificateAuthentication
description 클라이언트 리소스에 대한 설명입니다. 문자열
state 클라이언트가 활성화되어 있는지 여부를 나타냅니다. 기본값은 Enabled입니다. '사용 안 함'
'사용'

ClientPropertiesAttributes

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ClientCertificateAuthentication

Name Description
allowedThumbprints 클라이언트 인증 중에 허용되는 지문 목록입니다. 이 속성은 validationScheme이 'ThumbprintMatch'인 경우에만 필요합니다. string[]
validationScheme 클라이언트를 인증하는 데 사용되는 유효성 검사 체계입니다. 기본값은 SubjectMatchesAuthenticationName입니다. 'DnsMatchesAuthenticationName'
'EmailMatchesAuthenticationName'
'IpMatchesAuthenticationName'
'SubjectMatchesAuthenticationName'
'ThumbprintMatch'
'UriMatchesAuthenticationName'

ARM 템플릿 리소스 정의

네임스페이스/클라이언트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.EventGrid/namespaces/clients 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.EventGrid/namespaces/clients",
  "apiVersion": "2023-12-15-preview",
  "name": "string",
  "properties": {
    "attributes": {
      "{customized property}": {}
    },
    "authenticationName": "string",
    "clientCertificateAuthentication": {
      "allowedThumbprints": [ "string" ],
      "validationScheme": "string"
    },
    "description": "string",
    "state": "string"
  }
}

속성 값

네임스페이스/클라이언트

Name Description
형식 리소스 종류 'Microsoft.EventGrid/namespaces/clients'
apiVersion 리소스 api 버전 '2023-12-15-preview'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)
properties 클라이언트의 속성입니다. ClientProperties

ClientProperties

Name Description
특성 클라이언트에 대한 특성입니다. 지원되는 값은 int, bool, string, string[]입니다.
예제:
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
ClientPropertiesAttributes
authenticationName 인증을 위해 클라이언트에서 제공하는 이름입니다. 기본값은 리소스의 이름입니다. 문자열
clientCertificateAuthentication 클라이언트 인증서 인증 정보입니다. ClientCertificateAuthentication
description 클라이언트 리소스에 대한 설명입니다. 문자열
state 클라이언트가 활성화되어 있는지 여부를 나타냅니다. 기본값은 Enabled입니다. '사용 안 함'
'사용'

ClientPropertiesAttributes

Name Description
{사용자 지정 속성}

ClientCertificateAuthentication

Name Description
allowedThumbprints 클라이언트 인증 중에 허용되는 지문 목록입니다. 이 속성은 validationScheme이 'ThumbprintMatch'인 경우에만 필요합니다. string[]
validationScheme 클라이언트를 인증하는 데 사용되는 유효성 검사 체계입니다. 기본값은 SubjectMatchesAuthenticationName입니다. 'DnsMatchesAuthenticationName'
'EmailMatchesAuthenticationName'
'IpMatchesAuthenticationName'
'SubjectMatchesAuthenticationName'
'ThumbprintMatch'
'UriMatchesAuthenticationName'

Terraform(AzAPI 공급자) 리소스 정의

네임스페이스/클라이언트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.

리소스 형식

Microsoft.EventGrid/namespaces/clients 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.EventGrid/namespaces/clients@2023-12-15-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      attributes = {}
      authenticationName = "string"
      clientCertificateAuthentication = {
        allowedThumbprints = [
          "string"
        ]
        validationScheme = "string"
      }
      description = "string"
      state = "string"
    }
  })
}

속성 값

네임스페이스/클라이언트

Name Description
형식 리소스 종류 "Microsoft.EventGrid/namespaces/clients@2023-12-15-preview"
name 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: 네임스페이스
properties 클라이언트의 속성입니다. ClientProperties

ClientProperties

Name Description
특성 클라이언트에 대한 특성입니다. 지원되는 값은 int, bool, string, string[]입니다.
예제:
"attributes": { "room": "345", "floor": 12, "deviceTypes": ["Fan", "Light"] }
ClientPropertiesAttributes
authenticationName 인증을 위해 클라이언트에서 제공하는 이름입니다. 기본값은 리소스의 이름입니다. 문자열
clientCertificateAuthentication 클라이언트 인증서 인증 정보입니다. ClientCertificateAuthentication
description 클라이언트 리소스에 대한 설명입니다. 문자열
state 클라이언트가 활성화되어 있는지 여부를 나타냅니다. 기본값은 Enabled입니다. "사용 안 함"
"사용"

ClientPropertiesAttributes

Name Description
{사용자 지정 속성}

ClientCertificateAuthentication

Name Description
allowedThumbprints 클라이언트 인증 중에 허용되는 지문 목록입니다. 이 속성은 validationScheme이 'ThumbprintMatch'인 경우에만 필요합니다. string[]
validationScheme 클라이언트를 인증하는 데 사용되는 유효성 검사 체계입니다. 기본값은 SubjectMatchesAuthenticationName입니다. "DnsMatchesAuthenticationName"
"EmailMatchesAuthenticationName"
"IpMatchesAuthenticationName"
"SubjectMatchesAuthenticationName"
"ThumbprintMatch"
"UriMatchesAuthenticationName"