Sha256: be4a4563839fec855f163c454b59baf9d0a613f64c6f4f2bb4e54f4ca846f6ff
Contents?: true
Size: 588 Bytes
Versions: 7
Compression:
Stored size: 588 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
7 entries across 7 versions & 1 rubygems