Sha256: 4d2b8e6ad2bbdb2383fd75bff8103537e3527fef0a5fe69b26641a22988cee78

Contents?: true

Size: 670 Bytes

Versions: 20

Compression:

Stored size: 670 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-Key-Management",
      scopes: [
        "dashboards_read",
        "dashboards_write",
        "dashboards_public_share",
      ],
    }),
  }),
})
p api_instance.create_current_user_application_key(body)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
datadog_api_client-2.29.1 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.28.1 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.27.1 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.26.1 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.26.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.25.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.24.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.22.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.21.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.20.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.19.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.18.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.17.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.16.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.15.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.14.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.13.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.12.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.11.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb
datadog_api_client-2.10.0 examples/v2/key-management/CreateCurrentUserApplicationKey_3383369233.rb