/AWS1/CL_FNT=>UPDATEKEYGROUP()
¶
About UpdateKeyGroup¶
Updates a key group.
When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:
-
Get the current key group with
GetKeyGroup
orGetKeyGroupConfig
. -
Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.
-
Call
UpdateKeyGroup
with the entire key group object, including the fields that you modified and those that you didn't.
Method Signature¶
IMPORTING¶
Required arguments:¶
IO_KEYGROUPCONFIG
TYPE REF TO /AWS1/CL_FNTKEYGROUPCONFIG
/AWS1/CL_FNTKEYGROUPCONFIG
¶
The key group configuration.
IV_ID
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The identifier of the key group that you are updating.
Optional arguments:¶
IV_IFMATCH
TYPE /AWS1/FNTSTRING
/AWS1/FNTSTRING
¶
The version of the key group that you are updating. The version is the key group's
ETag
value.