Sha256: 34b15c4ab1d6d49ee0efd11b6942c23f2f44422127a5a9258097f7ba25fc600d

Contents?: true

Size: 748 Bytes

Versions: 2

Compression:

Stored size: 748 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::AuthNMappingsAPI.new
opts = {
  page_size: 10, # Integer | Size for a given page.
  page_number: 0, # Integer | Specific page number to return.
  sort: DatadogAPIClient::V2::AuthNMappingsSort::CREATED_AT_ASCENDING, # AuthNMappingsSort | Sort AuthN Mappings depending on the given field.
  include: ["inner_example"], # Array<String> | Include additional information in the response.
  filter: "filter_example", # String | Filter all mappings by the given string.
}

begin
  # List all AuthN Mappings
  result = api_instance.list_auth_n_mappings(opts)
  p result
rescue DatadogAPIClient::V2::APIError => e
  puts "Error when calling AuthNMappingsAPI->list_auth_n_mappings: #{e}"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.8.0 examples/generated/v2/authn-mappings/ListAuthNMappings.rb
datadog_api_client-1.7.0 examples/generated/v2/authn-mappings/ListAuthNMappings.rb