idp_metadata
Creates, updates, deletes, gets or lists an idp_metadata
resource.
Overview
Name | idp_metadata |
Type | Resource |
Id | datadog.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
upload_id_pmetadata | exec | region | Endpoint 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.
Name | Datatype | Description |
---|---|---|
region | string | (default: datadoghq.com) |
Lifecycle Methods
- upload_id_pmetadata
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 }}"
}'
;