updateSSOServer
The updateSSOServer operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/ssoservers/{objectId} path.
Description
Retrieves the SSO Server Policy Object associated with the specified ID. If no ID is specified, retrieves list of all SSO Server Policy Objects. Check the response section for applicable examples (if any).
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objectId | True | string | Unique identifier of the SSO Server Policy Object. | |||
| domainUUID | True | string | Domain UUID | |||
Example
- name: Execute 'updateSSOServer' operation
cisco.fmcansible.fmc_configuration:
operation: "updateSSOServer"
path_params:
objectId: "{{ object_id }}"
domainUUID: "{{ domain_uuid }}"