Sha256: fbac2aac098d010b7b9cc3c2e2735f1c7597ebe946990f6398d2ea5004477119
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# Delete an AuthN Mapping returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V2::AuthNMappingsAPI.new # there is a valid "authn_mapping" in the system AUTHN_MAPPING_DATA_ID = ENV["AUTHN_MAPPING_DATA_ID"] api_instance.delete_auth_n_mapping(AUTHN_MAPPING_DATA_ID)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.8.0 | examples/v2/authn-mappings/DeleteAuthNMapping.rb |
datadog_api_client-1.7.0 | examples/v2/authn-mappings/DeleteAuthNMapping.rb |