swagger_aem 2.5.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/Gemfile.lock +47 -46
- data/README.md +20 -9
- data/Rakefile +2 -0
- data/docs/ConsoleApi.md +107 -58
- data/docs/CqApi.md +14 -13
- data/docs/CrxApi.md +60 -60
- data/docs/CustomApi.md +27 -24
- data/docs/GraniteApi.md +75 -0
- data/docs/InlineObject.md +17 -0
- data/docs/InlineObject1.md +17 -0
- data/docs/InlineObject2.md +17 -0
- data/docs/InlineObject3.md +17 -0
- data/docs/InlineObject4.md +21 -0
- data/docs/InlineObject5.md +19 -0
- data/docs/InstallStatus.md +9 -0
- data/docs/InstallStatusStatus.md +11 -1
- data/docs/KeystoreChainItems.md +13 -0
- data/docs/KeystoreInfo.md +11 -1
- data/docs/KeystoreItems.md +13 -0
- data/docs/SamlConfigurationInfo.md +15 -1
- data/docs/SamlConfigurationProperties.md +56 -24
- data/docs/SamlConfigurationPropertyItemsArray.md +16 -2
- data/docs/SamlConfigurationPropertyItemsBoolean.md +17 -3
- data/docs/SamlConfigurationPropertyItemsLong.md +17 -3
- data/docs/SamlConfigurationPropertyItemsString.md +17 -3
- data/docs/SlingApi.md +482 -445
- data/docs/TruststoreInfo.md +11 -1
- data/docs/TruststoreItems.md +15 -0
- data/git_push.sh +11 -8
- data/lib/swagger_aem.rb +10 -3
- data/lib/swagger_aem/api/console_api.rb +160 -91
- data/lib/swagger_aem/api/cq_api.rb +49 -41
- data/lib/swagger_aem/api/crx_api.rb +170 -135
- data/lib/swagger_aem/api/custom_api.rb +68 -56
- data/lib/swagger_aem/api/granite_api.rb +124 -0
- data/lib/swagger_aem/api/sling_api.rb +900 -720
- data/lib/swagger_aem/api_client.rb +53 -54
- data/lib/swagger_aem/api_error.rb +22 -3
- data/lib/swagger_aem/configuration.rb +49 -10
- data/lib/swagger_aem/models/inline_object.rb +206 -0
- data/lib/swagger_aem/models/inline_object1.rb +206 -0
- data/lib/swagger_aem/models/inline_object2.rb +206 -0
- data/lib/swagger_aem/models/inline_object3.rb +206 -0
- data/lib/swagger_aem/models/inline_object4.rb +224 -0
- data/lib/swagger_aem/models/inline_object5.rb +215 -0
- data/lib/swagger_aem/models/install_status.rb +43 -25
- data/lib/swagger_aem/models/install_status_status.rb +46 -28
- data/lib/swagger_aem/models/keystore_chain_items.rb +50 -32
- data/lib/swagger_aem/models/keystore_info.rb +45 -27
- data/lib/swagger_aem/models/keystore_items.rb +49 -31
- data/lib/swagger_aem/models/saml_configuration_info.rb +49 -31
- data/lib/swagger_aem/models/saml_configuration_properties.rb +114 -168
- data/lib/swagger_aem/models/saml_configuration_property_items_array.rb +50 -32
- data/lib/swagger_aem/models/saml_configuration_property_items_boolean.rb +56 -38
- data/lib/swagger_aem/models/saml_configuration_property_items_long.rb +56 -38
- data/lib/swagger_aem/models/saml_configuration_property_items_string.rb +56 -38
- data/lib/swagger_aem/models/truststore_info.rb +45 -27
- data/lib/swagger_aem/models/truststore_items.rb +54 -36
- data/lib/swagger_aem/version.rb +4 -4
- data/spec/api/console_api_spec.rb +17 -16
- data/spec/api/cq_api_spec.rb +6 -10
- data/spec/api/crx_api_spec.rb +11 -25
- data/spec/api/custom_api_spec.rb +7 -13
- data/spec/api/granite_api_spec.rb +52 -0
- data/spec/api/sling_api_spec.rb +32 -88
- data/spec/api_client_spec.rb +37 -37
- data/spec/configuration_spec.rb +11 -11
- data/spec/models/inline_object1_spec.rb +41 -0
- data/spec/models/inline_object2_spec.rb +41 -0
- data/spec/models/inline_object3_spec.rb +41 -0
- data/spec/models/inline_object4_spec.rb +53 -0
- data/spec/models/inline_object5_spec.rb +47 -0
- data/spec/models/inline_object_spec.rb +41 -0
- data/spec/models/install_status_spec.rb +5 -6
- data/spec/models/install_status_status_spec.rb +6 -7
- data/spec/models/keystore_chain_items_spec.rb +9 -10
- data/spec/models/keystore_info_spec.rb +6 -7
- data/spec/models/keystore_items_spec.rb +9 -10
- data/spec/models/saml_configuration_info_spec.rb +10 -11
- data/spec/models/saml_configuration_properties_spec.rb +28 -29
- data/spec/models/saml_configuration_property_items_array_spec.rb +10 -11
- data/spec/models/saml_configuration_property_items_boolean_spec.rb +11 -12
- data/spec/models/saml_configuration_property_items_long_spec.rb +11 -12
- data/spec/models/saml_configuration_property_items_string_spec.rb +11 -12
- data/spec/models/truststore_info_spec.rb +6 -7
- data/spec/models/truststore_items_spec.rb +11 -12
- data/spec/spec_helper.rb +3 -3
- data/swagger_aem.gemspec +8 -14
- metadata +36 -128
data/docs/GraniteApi.md
ADDED
@@ -0,0 +1,75 @@
|
|
1
|
+
# SwaggerAemClient::GraniteApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://localhost*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**ssl_setup**](GraniteApi.md#ssl_setup) | **POST** /libs/granite/security/post/sslSetup.html |
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
## ssl_setup
|
12
|
+
|
13
|
+
> String ssl_setup(keystore_password, keystore_password_confirm, truststore_password, truststore_password_confirm, https_hostname, https_port, opts)
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
### Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
# load the gem
|
21
|
+
require 'swagger_aem'
|
22
|
+
# setup authorization
|
23
|
+
SwaggerAemClient.configure do |config|
|
24
|
+
# Configure HTTP basic authorization: aemAuth
|
25
|
+
config.username = 'YOUR USERNAME'
|
26
|
+
config.password = 'YOUR PASSWORD'
|
27
|
+
end
|
28
|
+
|
29
|
+
api_instance = SwaggerAemClient::GraniteApi.new
|
30
|
+
keystore_password = 'keystore_password_example' # String |
|
31
|
+
keystore_password_confirm = 'keystore_password_confirm_example' # String |
|
32
|
+
truststore_password = 'truststore_password_example' # String |
|
33
|
+
truststore_password_confirm = 'truststore_password_confirm_example' # String |
|
34
|
+
https_hostname = 'https_hostname_example' # String |
|
35
|
+
https_port = 'https_port_example' # String |
|
36
|
+
opts = {
|
37
|
+
privatekey_file: File.new('/path/to/file'), # File |
|
38
|
+
certificate_file: File.new('/path/to/file') # File |
|
39
|
+
}
|
40
|
+
|
41
|
+
begin
|
42
|
+
result = api_instance.ssl_setup(keystore_password, keystore_password_confirm, truststore_password, truststore_password_confirm, https_hostname, https_port, opts)
|
43
|
+
p result
|
44
|
+
rescue SwaggerAemClient::ApiError => e
|
45
|
+
puts "Exception when calling GraniteApi->ssl_setup: #{e}"
|
46
|
+
end
|
47
|
+
```
|
48
|
+
|
49
|
+
### Parameters
|
50
|
+
|
51
|
+
|
52
|
+
Name | Type | Description | Notes
|
53
|
+
------------- | ------------- | ------------- | -------------
|
54
|
+
**keystore_password** | **String**| |
|
55
|
+
**keystore_password_confirm** | **String**| |
|
56
|
+
**truststore_password** | **String**| |
|
57
|
+
**truststore_password_confirm** | **String**| |
|
58
|
+
**https_hostname** | **String**| |
|
59
|
+
**https_port** | **String**| |
|
60
|
+
**privatekey_file** | **File**| | [optional]
|
61
|
+
**certificate_file** | **File**| | [optional]
|
62
|
+
|
63
|
+
### Return type
|
64
|
+
|
65
|
+
**String**
|
66
|
+
|
67
|
+
### Authorization
|
68
|
+
|
69
|
+
[aemAuth](../README.md#aemAuth)
|
70
|
+
|
71
|
+
### HTTP request headers
|
72
|
+
|
73
|
+
- **Content-Type**: multipart/form-data
|
74
|
+
- **Accept**: text/plain
|
75
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# SwaggerAemClient::InlineObject
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**file** | **File** | | [optional]
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'SwaggerAemClient'
|
13
|
+
|
14
|
+
instance = SwaggerAemClient::InlineObject.new(file: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# SwaggerAemClient::InlineObject1
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**package** | **File** | | [optional]
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'SwaggerAemClient'
|
13
|
+
|
14
|
+
instance = SwaggerAemClient::InlineObject1.new(package: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# SwaggerAemClient::InlineObject2
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**certificate** | **File** | | [optional]
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'SwaggerAemClient'
|
13
|
+
|
14
|
+
instance = SwaggerAemClient::InlineObject2.new(certificate: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# SwaggerAemClient::InlineObject3
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**truststore_p12** | **File** | | [optional]
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'SwaggerAemClient'
|
13
|
+
|
14
|
+
instance = SwaggerAemClient::InlineObject3.new(truststore_p12: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# SwaggerAemClient::InlineObject4
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**cert_chain** | **File** | | [optional]
|
8
|
+
**pk** | **File** | | [optional]
|
9
|
+
**key_store** | **File** | | [optional]
|
10
|
+
|
11
|
+
## Code Sample
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'SwaggerAemClient'
|
15
|
+
|
16
|
+
instance = SwaggerAemClient::InlineObject4.new(cert_chain: null,
|
17
|
+
pk: null,
|
18
|
+
key_store: null)
|
19
|
+
```
|
20
|
+
|
21
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# SwaggerAemClient::InlineObject5
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**privatekey_file** | **File** | | [optional]
|
8
|
+
**certificate_file** | **File** | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'SwaggerAemClient'
|
14
|
+
|
15
|
+
instance = SwaggerAemClient::InlineObject5.new(privatekey_file: null,
|
16
|
+
certificate_file: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
data/docs/InstallStatus.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1
1
|
# SwaggerAemClient::InstallStatus
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
7
|
**status** | [**InstallStatusStatus**](InstallStatusStatus.md) | | [optional]
|
7
8
|
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'SwaggerAemClient'
|
13
|
+
|
14
|
+
instance = SwaggerAemClient::InstallStatus.new(status: null)
|
15
|
+
```
|
16
|
+
|
8
17
|
|
data/docs/InstallStatusStatus.md
CHANGED
@@ -1,9 +1,19 @@
|
|
1
1
|
# SwaggerAemClient::InstallStatusStatus
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**finished** | **
|
7
|
+
**finished** | **Boolean** | | [optional]
|
7
8
|
**item_count** | **Integer** | | [optional]
|
8
9
|
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'SwaggerAemClient'
|
14
|
+
|
15
|
+
instance = SwaggerAemClient::InstallStatusStatus.new(finished: null,
|
16
|
+
item_count: null)
|
17
|
+
```
|
18
|
+
|
9
19
|
|
data/docs/KeystoreChainItems.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# SwaggerAemClient::KeystoreChainItems
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
7
|
**subject** | **String** | e.g. \"CN=localhost\" | [optional]
|
@@ -9,4 +10,16 @@ Name | Type | Description | Notes
|
|
9
10
|
**not_after** | **String** | e.g. \"Sun Jun 30 23:59:50 AEST 2019\" | [optional]
|
10
11
|
**serial_number** | **Integer** | 18165099476682912368 | [optional]
|
11
12
|
|
13
|
+
## Code Sample
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'SwaggerAemClient'
|
17
|
+
|
18
|
+
instance = SwaggerAemClient::KeystoreChainItems.new(subject: null,
|
19
|
+
issuer: null,
|
20
|
+
not_before: null,
|
21
|
+
not_after: null,
|
22
|
+
serial_number: null)
|
23
|
+
```
|
24
|
+
|
12
25
|
|
data/docs/KeystoreInfo.md
CHANGED
@@ -1,9 +1,19 @@
|
|
1
1
|
# SwaggerAemClient::KeystoreInfo
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
7
|
**aliases** | [**Array<KeystoreItems>**](KeystoreItems.md) | | [optional]
|
7
|
-
**exists** | **
|
8
|
+
**exists** | **Boolean** | False if truststore don't exist | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'SwaggerAemClient'
|
14
|
+
|
15
|
+
instance = SwaggerAemClient::KeystoreInfo.new(aliases: null,
|
16
|
+
exists: null)
|
17
|
+
```
|
8
18
|
|
9
19
|
|
data/docs/KeystoreItems.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# SwaggerAemClient::KeystoreItems
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
7
|
**_alias** | **String** | Keystore alias name | [optional]
|
@@ -9,4 +10,16 @@ Name | Type | Description | Notes
|
|
9
10
|
**format** | **String** | e.g. \"PKCS#8\" | [optional]
|
10
11
|
**chain** | [**Array<KeystoreChainItems>**](KeystoreChainItems.md) | | [optional]
|
11
12
|
|
13
|
+
## Code Sample
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'SwaggerAemClient'
|
17
|
+
|
18
|
+
instance = SwaggerAemClient::KeystoreItems.new(_alias: null,
|
19
|
+
entry_type: null,
|
20
|
+
algorithm: null,
|
21
|
+
format: null,
|
22
|
+
chain: null)
|
23
|
+
```
|
24
|
+
|
12
25
|
|
@@ -1,6 +1,7 @@
|
|
1
1
|
# SwaggerAemClient::SamlConfigurationInfo
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
7
|
**pid** | **String** | Persistent Identity (PID) | [optional]
|
@@ -8,6 +9,19 @@ Name | Type | Description | Notes
|
|
8
9
|
**description** | **String** | Title | [optional]
|
9
10
|
**bundle_location** | **String** | needed for configuration binding | [optional]
|
10
11
|
**service_location** | **String** | needed for configuraiton binding | [optional]
|
11
|
-
**properties** | **
|
12
|
+
**properties** | [**SamlConfigurationProperties**](SamlConfigurationProperties.md) | | [optional]
|
13
|
+
|
14
|
+
## Code Sample
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'SwaggerAemClient'
|
18
|
+
|
19
|
+
instance = SwaggerAemClient::SamlConfigurationInfo.new(pid: null,
|
20
|
+
title: null,
|
21
|
+
description: null,
|
22
|
+
bundle_location: null,
|
23
|
+
service_location: null,
|
24
|
+
properties: null)
|
25
|
+
```
|
12
26
|
|
13
27
|
|
@@ -1,31 +1,63 @@
|
|
1
1
|
# SwaggerAemClient::SamlConfigurationProperties
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**path** | [**
|
7
|
-
**service_ranking** | [**
|
8
|
-
**idp_url** | [**
|
9
|
-
**idp_cert_alias** | [**
|
10
|
-
**idp_http_redirect** | [**
|
11
|
-
**service_provider_entity_id** | [**
|
12
|
-
**assertion_consumer_service_url** | [**
|
13
|
-
**sp_private_key_alias** | [**
|
14
|
-
**key_store_password** | [**
|
15
|
-
**default_redirect_url** | [**
|
16
|
-
**user_id_attribute** | [**
|
17
|
-
**use_encryption** | [**
|
18
|
-
**create_user** | [**
|
19
|
-
**add_group_memberships** | [**
|
20
|
-
**group_membership_attribute** | [**
|
21
|
-
**default_groups** | [**
|
22
|
-
**name_id_format** | [**
|
23
|
-
**synchronize_attributes** | [**
|
24
|
-
**handle_logout** | [**
|
25
|
-
**logout_url** | [**
|
26
|
-
**clock_tolerance** | [**
|
27
|
-
**digest_method** | [**
|
28
|
-
**signature_method** | [**
|
29
|
-
**user_intermediate_path** | [**
|
7
|
+
**path** | [**SamlConfigurationPropertyItemsArray**](SamlConfigurationPropertyItemsArray.md) | | [optional]
|
8
|
+
**service_ranking** | [**SamlConfigurationPropertyItemsLong**](SamlConfigurationPropertyItemsLong.md) | | [optional]
|
9
|
+
**idp_url** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
10
|
+
**idp_cert_alias** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
11
|
+
**idp_http_redirect** | [**SamlConfigurationPropertyItemsBoolean**](SamlConfigurationPropertyItemsBoolean.md) | | [optional]
|
12
|
+
**service_provider_entity_id** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
13
|
+
**assertion_consumer_service_url** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
14
|
+
**sp_private_key_alias** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
15
|
+
**key_store_password** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
16
|
+
**default_redirect_url** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
17
|
+
**user_id_attribute** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
18
|
+
**use_encryption** | [**SamlConfigurationPropertyItemsBoolean**](SamlConfigurationPropertyItemsBoolean.md) | | [optional]
|
19
|
+
**create_user** | [**SamlConfigurationPropertyItemsBoolean**](SamlConfigurationPropertyItemsBoolean.md) | | [optional]
|
20
|
+
**add_group_memberships** | [**SamlConfigurationPropertyItemsBoolean**](SamlConfigurationPropertyItemsBoolean.md) | | [optional]
|
21
|
+
**group_membership_attribute** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
22
|
+
**default_groups** | [**SamlConfigurationPropertyItemsArray**](SamlConfigurationPropertyItemsArray.md) | | [optional]
|
23
|
+
**name_id_format** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
24
|
+
**synchronize_attributes** | [**SamlConfigurationPropertyItemsArray**](SamlConfigurationPropertyItemsArray.md) | | [optional]
|
25
|
+
**handle_logout** | [**SamlConfigurationPropertyItemsBoolean**](SamlConfigurationPropertyItemsBoolean.md) | | [optional]
|
26
|
+
**logout_url** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
27
|
+
**clock_tolerance** | [**SamlConfigurationPropertyItemsLong**](SamlConfigurationPropertyItemsLong.md) | | [optional]
|
28
|
+
**digest_method** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
29
|
+
**signature_method** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
30
|
+
**user_intermediate_path** | [**SamlConfigurationPropertyItemsString**](SamlConfigurationPropertyItemsString.md) | | [optional]
|
31
|
+
|
32
|
+
## Code Sample
|
33
|
+
|
34
|
+
```ruby
|
35
|
+
require 'SwaggerAemClient'
|
36
|
+
|
37
|
+
instance = SwaggerAemClient::SamlConfigurationProperties.new(path: null,
|
38
|
+
service_ranking: null,
|
39
|
+
idp_url: null,
|
40
|
+
idp_cert_alias: null,
|
41
|
+
idp_http_redirect: null,
|
42
|
+
service_provider_entity_id: null,
|
43
|
+
assertion_consumer_service_url: null,
|
44
|
+
sp_private_key_alias: null,
|
45
|
+
key_store_password: null,
|
46
|
+
default_redirect_url: null,
|
47
|
+
user_id_attribute: null,
|
48
|
+
use_encryption: null,
|
49
|
+
create_user: null,
|
50
|
+
add_group_memberships: null,
|
51
|
+
group_membership_attribute: null,
|
52
|
+
default_groups: null,
|
53
|
+
name_id_format: null,
|
54
|
+
synchronize_attributes: null,
|
55
|
+
handle_logout: null,
|
56
|
+
logout_url: null,
|
57
|
+
clock_tolerance: null,
|
58
|
+
digest_method: null,
|
59
|
+
signature_method: null,
|
60
|
+
user_intermediate_path: null)
|
61
|
+
```
|
30
62
|
|
31
63
|
|
@@ -1,13 +1,27 @@
|
|
1
1
|
# SwaggerAemClient::SamlConfigurationPropertyItemsArray
|
2
2
|
|
3
3
|
## Properties
|
4
|
+
|
4
5
|
Name | Type | Description | Notes
|
5
6
|
------------ | ------------- | ------------- | -------------
|
6
7
|
**name** | **String** | property name | [optional]
|
7
|
-
**optional** | **
|
8
|
-
**is_set** | **
|
8
|
+
**optional** | **Boolean** | True if optional | [optional]
|
9
|
+
**is_set** | **Boolean** | True if property is set | [optional]
|
9
10
|
**type** | **Integer** | Property type, 1=String, 3=long, 11=boolean, 12=Password | [optional]
|
10
11
|
**values** | **Array<String>** | Property value | [optional]
|
11
12
|
**description** | **String** | Property description | [optional]
|
12
13
|
|
14
|
+
## Code Sample
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'SwaggerAemClient'
|
18
|
+
|
19
|
+
instance = SwaggerAemClient::SamlConfigurationPropertyItemsArray.new(name: null,
|
20
|
+
optional: null,
|
21
|
+
is_set: null,
|
22
|
+
type: null,
|
23
|
+
values: null,
|
24
|
+
description: null)
|
25
|
+
```
|
26
|
+
|
13
27
|
|