This product is not supported for your selected Datadog site. ().

gcp_identitytoolkit_inbound_saml_config

ancestors

Type: UNORDERED_LIST_STRING

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.

idp_config

Type: STRUCT
Provider name: idpConfig
Description: The SAML IdP (Identity Provider) configuration when the project acts as the relying party.

  • idp_certificates
    Type: UNORDERED_LIST_STRUCT
    Provider name: idpCertificates
    Description: IDP’s public keys for verifying signature in the assertions.
    • x509_certificate
      Type: STRING
      Provider name: x509Certificate
      Description: The x509 certificate
  • idp_entity_id
    Type: STRING
    Provider name: idpEntityId
    Description: Unique identifier for all SAML entities.
  • sign_request
    Type: BOOLEAN
    Provider name: signRequest
    Description: Indicates if outbounding SAMLRequest should be signed.
  • sso_url
    Type: STRING
    Provider name: ssoUrl
    Description: URL to send Authentication request to.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The name of the InboundSamlConfig resource, for example: ‘projects/my-awesome-project/inboundSamlConfigs/my-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

sp_config

Type: STRUCT
Provider name: spConfig
Description: The SAML SP (Service Provider) configuration when the project acts as the relying party to receive and accept an authentication assertion issued by a SAML identity provider.

  • callback_uri
    Type: STRING
    Provider name: callbackUri
    Description: Callback URI where responses from IDP are handled.
  • sp_certificates
    Type: UNORDERED_LIST_STRUCT
    Provider name: spCertificates
    Description: Output only. Public certificates generated by the server to verify the signature in SAMLRequest in the SP-initiated flow.
    • expires_at
      Type: TIMESTAMP
      Provider name: expiresAt
      Description: Timestamp of the cert expiration instance.
    • x509_certificate
      Type: STRING
      Provider name: x509Certificate
      Description: Self-signed public certificate.
  • sp_entity_id
    Type: STRING
    Provider name: spEntityId
    Description: Unique identifier for all SAML entities.

tags

Type: UNORDERED_LIST_STRING