Sha256: 80f36d0af7bc768f81bdab484af8c43cbd5f4e29b8af121be13ec6dc8a2650fc

Contents?: true

Size: 735 Bytes

Versions: 18

Compression:

Stored size: 735 Bytes

Contents

# Create an Application key with scopes for current user returns "Created" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::KeyManagementAPI.new

body = DatadogAPIClient::V2::ApplicationKeyCreateRequest.new({
  data: DatadogAPIClient::V2::ApplicationKeyCreateData.new({
    type: DatadogAPIClient::V2::ApplicationKeysType::APPLICATION_KEYS,
    attributes: DatadogAPIClient::V2::ApplicationKeyCreateAttributes.new({
      name: "Example-Create_an_Application_key_with_scopes_for_current_user_returns_Created_response",
      scopes: [
        "dashboards_read",
        "dashboards_write",
        "dashboards_public_share",
      ],
    }),
  }),
})
p api_instance.create_current_user_application_key(body)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.8.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.7.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.6.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.5.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.4.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.3.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.2.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.1.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.0.2 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.0.1 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.0.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-1.11.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-1.10.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-1.9.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-1.8.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-1.7.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-1.6.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb