- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
client_id
Type: STRING
Provider name: clientId
Description: This is also known as audience. The ID of the client application that makes authentication requests to the OIDC identity provider.
cluster_name
Type: STRING
Provider name: clusterName
Description: The name of your cluster.
groups_claim
Type: STRING
Provider name: groupsClaim
Description: The JSON web token (JWT) claim that the provider uses to return your groups.
groups_prefix
Type: STRING
Provider name: groupsPrefix
Description: The prefix that is prepended to group claims to prevent clashes with existing names (such as system:
groups). For example, the value oidc:
creates group names like oidc:engineering
and oidc:infra
. The prefix can’t contain system:
identity_provider_config_arn
Type: STRING
Provider name: identityProviderConfigArn
Description: The ARN of the configuration.
identity_provider_config_name
Type: STRING
Provider name: identityProviderConfigName
Description: The name of the configuration.
issuer_url
Type: STRING
Provider name: issuerUrl
Description: The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens.
required_claims
Type: MAP_STRING_STRING
Provider name: requiredClaims
Description: The key-value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.
status
Type: STRING
Provider name: status
Description: The status of the OIDC identity provider.
tags
Type: UNORDERED_LIST_STRING
username_claim
Type: STRING
Provider name: usernameClaim
Description: The JSON Web token (JWT) claim that is used as the username.
username_prefix
Type: STRING
Provider name: usernamePrefix
Description: The prefix that is prepended to username claims to prevent clashes with existing names. The prefix can’t contain system: