Sha256: 3f73ee1b5b8f1eba35f2979d33685ba985f87bbbcf202d928167d5798ab9c773

Contents?: true

Size: 958 Bytes

Versions: 6

Compression:

Stored size: 958 Bytes

Contents

# SwaggerAemClient::SamlConfigurationPropertyItemsLong

## 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** | **Integer** | Property value | [optional] 
**description** | **String** | Property description | [optional] 

## Code Sample

```ruby
require 'SwaggerAemClient'

instance = SwaggerAemClient::SamlConfigurationPropertyItemsLong.new(name: null,
                                 optional: null,
                                 is_set: null,
                                 type: null,
                                 value: null,
                                 description: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
swagger_aem-3.8.0 docs/SamlConfigurationPropertyItemsLong.md
swagger_aem-3.7.0 docs/SamlConfigurationPropertyItemsLong.md
swagger_aem-3.6.2 docs/SamlConfigurationPropertyItemsLong.md
swagger_aem-3.4.0 docs/SamlConfigurationPropertyItemsLong.md
swagger_aem-3.3.0 docs/SamlConfigurationPropertyItemsLong.md
swagger_aem-3.2.0 docs/SamlConfigurationPropertyItemsLong.md