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