This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

gcp_identitytoolkit_oauth_idp_config

ancestors

Type: UNORDERED_LIST_STRING

client_id

Type: STRING
Provider name: clientId
Description: The client id of an OAuth client.

client_secret

Type: STRING
Provider name: clientSecret
Description: The client secret of the OAuth client, to enable OIDC code flow.

enabled

Type: BOOLEAN
Provider name: enabled
Description: True if allows the user to sign in with the provider.

gcp_display_name

Type: STRING
Provider name: displayName
Description: The config’s display name set by developers.

issuer

Type: STRING
Provider name: issuer
Description: For OIDC Idps, the issuer identifier.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The name of the OAuthIdpConfig resource, for example: ‘projects/my-awesome-project/oauthIdpConfigs/oauth-config-id’. Ignored during create requests.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

response_type

Type: STRUCT
Provider name: responseType
Description: The response type to request for in the OAuth authorization flow. You can set either id_token or code to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}) is not yet supported.

  • code
    Type: BOOLEAN
    Provider name: code
    Description: If true, authorization code is returned from IdP’s authorization endpoint.
  • id_token
    Type: BOOLEAN
    Provider name: idToken
    Description: If true, ID token is returned from IdP’s authorization endpoint.
  • token
    Type: BOOLEAN
    Provider name: token
    Description: Do not use. The token response type is not supported at the moment.

tags

Type: UNORDERED_LIST_STRING