Sha256: f026f238e370c667d1451931dbd99ea35432caeba438ce1a5c86f660402d1802
Contents?: true
Size: 974 Bytes
Versions: 6
Compression:
Stored size: 974 Bytes
Contents
# SwaggerAemClient::SamlConfigurationPropertyItemsArray ## 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] **values** | **Array<String>** | Property value | [optional] **description** | **String** | Property description | [optional] ## Code Sample ```ruby require 'SwaggerAemClient' instance = SwaggerAemClient::SamlConfigurationPropertyItemsArray.new(name: null, optional: null, is_set: null, type: null, values: null, description: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems