Sha256: ceddaa5839c9932df1671cb8226dc8c2b0ed8b843a53fef7d08c42ed22baca58
Contents?: true
Size: 964 Bytes
Versions: 6
Compression:
Stored size: 964 Bytes
Contents
# SwaggerAemClient::SamlConfigurationInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pid** | **String** | Persistent Identity (PID) | [optional] **title** | **String** | Title | [optional] **description** | **String** | Title | [optional] **bundle_location** | **String** | needed for configuration binding | [optional] **service_location** | **String** | needed for configuraiton binding | [optional] **properties** | [**SamlConfigurationProperties**](SamlConfigurationProperties.md) | | [optional] ## Code Sample ```ruby require 'SwaggerAemClient' instance = SwaggerAemClient::SamlConfigurationInfo.new(pid: null, title: null, description: null, bundle_location: null, service_location: null, properties: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems