Skip to content

/AWS1/CL_OSS=>UPDATESECURITYCONFIG()

About UpdateSecurityConfig

Updates a security configuration for OpenSearch Serverless. For more information, see SAML authentication for Amazon OpenSearch Serverless.

Method Signature

IMPORTING

Required arguments:

IV_ID TYPE /AWS1/OSSSECURITYCONFIGID /AWS1/OSSSECURITYCONFIGID

The security configuration identifier. For SAML the ID will be saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.

IV_CONFIGVERSION TYPE /AWS1/OSSPOLICYVERSION /AWS1/OSSPOLICYVERSION

The version of the security configuration to be updated. You can find the most recent version of a security configuration using the GetSecurityPolicy command.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/OSSCONFIGDESCRIPTION /AWS1/OSSCONFIGDESCRIPTION

A description of the security configuration.

IO_SAMLOPTIONS TYPE REF TO /AWS1/CL_OSSSAMLCONFIGOPTIONS /AWS1/CL_OSSSAMLCONFIGOPTIONS

SAML options in in the form of a key-value map.

IV_CLIENTTOKEN TYPE /AWS1/OSSCLIENTTOKEN /AWS1/OSSCLIENTTOKEN

Unique, case-sensitive identifier to ensure idempotency of the request.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_OSSUPDATESECCONFIGRSP /AWS1/CL_OSSUPDATESECCONFIGRSP