Skip to content

Latest commit

 

History

History

README.md

Datadog::Users::User

This resource represents a Datadog application user, and is used to create and manage Datadog users. More information about Datadog Users can be found in the Users documentation.

Example Usage

Resources:
  DatadogTestUser:
    Type: 'Datadog::IAM::User'
    Properties:
      AccessRole: st
      Email: [email protected]
      Handle: [email protected]
      Name: Test LastName
      DatadogCredentials:
        ApiURL: https://api.datadoghq.com
        ApiKey: <DD_API_KEY>
        ApplicationKey: <DD_APP_KEY>

Property Reference:

For a list of available properties and their descriptions and examples, see the JSON Schema for this resource.