# SwaggerAemClient::SamlConfigurationPropertyItemsBoolean ## 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** | **Boolean** | Property value | [optional] **description** | **String** | Property description | [optional] ## Code Sample ```ruby require 'SwaggerAemClient' instance = SwaggerAemClient::SamlConfigurationPropertyItemsBoolean.new(name: null, optional: null, is_set: null, type: null, value: null, description: null) ```