This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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