Skip to main content

idp_metadata

Creates, updates, deletes, gets or lists an idp_metadata resource.

Overview

Nameidp_metadata
TypeResource
Iddatadog.organization.idp_metadata

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
upload_id_pmetadataexecregionEndpoint for uploading IdP metadata for SAML setup.

Use this endpoint to upload or replace IdP metadata for SAML login configuration.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstring(default: datadoghq.com)

Lifecycle Methods

Endpoint for uploading IdP metadata for SAML setup.

Use this endpoint to upload or replace IdP metadata for SAML login configuration.

EXEC datadog.organization.idp_metadata.upload_id_pmetadata 
@region='{{ region }}' --required
@@json=
'{
"idp_file": "{{ idp_file }}"
}'
;