Sha256: 2476a8ffcae42e546acc9a7c88c03357484607f85457cea576dac2810f9031af

Contents?: true

Size: 640 Bytes

Versions: 2

Compression:

Stored size: 640 Bytes

Contents

# DatadogAPIClient::V2::ServiceAccountCreateAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** | The email of the user. |  |
| **name** | **String** | The name of the user. | [optional] |
| **service_account** | **Boolean** | Whether the user is a service account. Must be true. |  |
| **title** | **String** | The title of the user. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::ServiceAccountCreateAttributes.new(
  email: jane.doe@example.com,
  name: null,
  service_account: true,
  title: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/ServiceAccountCreateAttributes.md
datadog_api_client-1.3.0 docs/v2/ServiceAccountCreateAttributes.md