Sha256: 41b03cc7752d6b28b661b25d100fa6f8c24e2ca5d5acf1eb43ae84a6820d498a
Contents?: true
Size: 961 Bytes
Versions: 6
Compression:
Stored size: 961 Bytes
Contents
# SwaggerAemClient::SamlConfigurationPropertyItemsString ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | property name | [optional] **optional** | **Boolean** | True if optional | [optional] **is_set** | **Boolean** | True if property is set | [optional] **type** | **Integer** | Property type, 1=String, 3=long, 11=boolean, 12=Password | [optional] **value** | **String** | Property value | [optional] **description** | **String** | Property description | [optional] ## Code Sample ```ruby require 'SwaggerAemClient' instance = SwaggerAemClient::SamlConfigurationPropertyItemsString.new(name: null, optional: null, is_set: null, type: null, value: null, description: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems