Sha256: 88fcd42d2c5a0eba8d6d9e94e67cff059a9d4f2483b9a74df690c2d761396c60
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V2::AuthNMappingsAPI.new authn_mapping_id = "authn_mapping_id_example" # String | The UUID of the AuthN Mapping. begin # Get an AuthN Mapping by UUID result = api_instance.get_auth_n_mapping(authn_mapping_id) p result rescue DatadogAPIClient::V2::APIError => e puts "Error when calling AuthNMappingsAPI->get_auth_n_mapping: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v2/authn-mappings/GetAuthNMapping.rb |