IdentityAssertionService
Realm Operations
Resource path:
/realm-config/services/IdentityAssertionService
Resource version: 2.0
create
Usage
am> create IdentityAssertionService --realm Realm --body body
Parameters
- --body
-
The resource in JSON format, described by the following JSON schema:
{ "type" : "object", "properties" : { "cacheDuration" : { "title" : "Server cache duration (minutes)", "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.", "propertyOrder" : 400, "required" : true, "type" : "integer", "exampleValue" : "" }, "enable" : { "title" : "Enable", "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".", "propertyOrder" : 100, "required" : true, "type" : "boolean", "exampleValue" : "" } } }
getAllTypes
Obtain the collection of all secondary configuration types related to the resource.
Usage
am> action IdentityAssertionService --realm Realm --actionName getAllTypes
getCreatableTypes
Obtain the collection of secondary configuration types that have yet to be added to the resource.
Usage
am> action IdentityAssertionService --realm Realm --actionName getCreatableTypes
nextdescendents
Obtain the collection of secondary configuration instances that have been added to the resource.
Usage
am> action IdentityAssertionService --realm Realm --actionName nextdescendents
update
Usage
am> update IdentityAssertionService --realm Realm --body body
Parameters
- --body
-
The resource in JSON format, described by the following JSON schema:
{ "type" : "object", "properties" : { "cacheDuration" : { "title" : "Server cache duration (minutes)", "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.", "propertyOrder" : 400, "required" : true, "type" : "integer", "exampleValue" : "" }, "enable" : { "title" : "Enable", "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".", "propertyOrder" : 100, "required" : true, "type" : "boolean", "exampleValue" : "" } } }
Global Operations
Resource path:
/global-config/services/IdentityAssertionService
Resource version: 1.0
getAllTypes
Obtain the collection of all secondary configuration types related to the resource.
Usage
am> action IdentityAssertionService --global --actionName getAllTypes
getCreatableTypes
Obtain the collection of secondary configuration types that have yet to be added to the resource.
Usage
am> action IdentityAssertionService --global --actionName getCreatableTypes
nextdescendents
Obtain the collection of secondary configuration instances that have been added to the resource.
Usage
am> action IdentityAssertionService --global --actionName nextdescendents
update
Usage
am> update IdentityAssertionService --global --body body
Parameters
- --body
-
The resource in JSON format, described by the following JSON schema:
{ "type" : "object", "properties" : { "enable" : { "title" : "Enable", "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".", "propertyOrder" : 100, "required" : true, "type" : "boolean", "exampleValue" : "" }, "cacheDuration" : { "title" : "Server cache duration (minutes)", "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.", "propertyOrder" : 400, "required" : true, "type" : "integer", "exampleValue" : "" }, "defaults" : { "properties" : { "cacheDuration" : { "title" : "Server cache duration (minutes)", "description" : "Cache duration of Identity Assertion server configurations on lookup, in minutes. Default caches for a duration of 120 minutes. A value of '0' disables caching.", "propertyOrder" : 400, "required" : true, "type" : "integer", "exampleValue" : "" }, "enable" : { "title" : "Enable", "description" : "Enable Identity Assertion servers configured in \"Secondary Configurations\".", "propertyOrder" : 100, "required" : true, "type" : "boolean", "exampleValue" : "" } }, "type" : "object", "title" : "Realm Defaults" } } }