Sha256: 0b1330f25396464c75cbb6eff34731d81565269aca6b5fe06a1733011f2c2045
Contents?: true
Size: 502 Bytes
Versions: 2
Compression:
Stored size: 502 Bytes
Contents
# DatadogAPIClient::V1::OrganizationSettingsSaml ## Properties | Name | Type | Description | Notes | | ----------- | ----------- | ----------------------------------------------------- | ---------- | | **enabled** | **Boolean** | Whether or not SAML is enabled for this organization. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::OrganizationSettingsSaml.new( enabled: false ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/OrganizationSettingsSaml.md |
datadog_api_client-1.5.0 | docs/v1/OrganizationSettingsSaml.md |