# 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) ```