Sha256: cb7daa5162eeb3a37c95a0db53efc24df6fe37af09a1391371ce8b7b4e266d46

Contents?: true

Size: 798 Bytes

Versions: 2

Compression:

Stored size: 798 Bytes

Contents

# DatadogAPIClient::V1::OrganizationSettingsSamlAutocreateUsersDomains

## Properties

| Name        | Type                    | Description                                                                 | Notes      |
| ----------- | ----------------------- | --------------------------------------------------------------------------- | ---------- |
| **domains** | **Array<String>** | List of domains where the SAML automated user creation is enabled.          | [optional] |
| **enabled** | **Boolean**             | Whether or not the automated user creation based on SAML domain is enabled. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::OrganizationSettingsSamlAutocreateUsersDomains.new(
  domains: null,
  enabled: false
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/OrganizationSettingsSamlAutocreateUsersDomains.md
datadog_api_client-1.5.0 docs/v1/OrganizationSettingsSamlAutocreateUsersDomains.md