Skip to content

/AWS1/IF_TCE=>UPDATEREGISTRYRECORD()

About UpdateRegistryRecord

Updates a registry record. The update is asynchronous: the record is returned with the UPDATING status while it is processed. Fields that use update wrappers follow PATCH semantics: omit the field to leave it unchanged.

Method Signature

METHODS /AWS1/IF_TCE~UPDATEREGISTRYRECORD
  IMPORTING
    !IV_REGISTRYID TYPE /AWS1/TCEREGISTRYIDENTIFIER OPTIONAL
    !IV_RECORDID TYPE /AWS1/TCERECORDIDENTIFIER OPTIONAL
    !IV_NAME TYPE /AWS1/TCEREGISTRYRECORDNAME OPTIONAL
    !IO_DISPLAYNAME TYPE REF TO /AWS1/CL_TCEUPDATEDDISPLAYNAME OPTIONAL
    !IO_DESCRIPTION TYPE REF TO /AWS1/CL_TCEUPDATEDDESCRIPTION OPTIONAL
    !IV_RECORDTYPE TYPE /AWS1/TCERECORDTYPE OPTIONAL
    !IO_DESCRIPTORS TYPE REF TO /AWS1/CL_TCEUPDATEDDESCRIPTORS OPTIONAL
    !IV_RECORDVERSION TYPE /AWS1/TCEREGISTRYRECORDVERSION OPTIONAL
    !IV_TRIGGERSYNCHRONIZATION TYPE /AWS1/TCEBOOLEAN OPTIONAL
    !IT_PROVENANCE TYPE /AWS1/CL_TCEPROVENANCE=>TT_PROVENANCELIST OPTIONAL
  RETURNING
    VALUE(OO_OUTPUT) TYPE REF TO /aws1/cl_tceupdateregrecordrsp
  RAISING
    /AWS1/CX_TCEACCESSDENIEDEX
    /AWS1/CX_TCECONFLICTEXCEPTION
    /AWS1/CX_TCEINTERNALSERVEREX
    /AWS1/CX_TCERESOURCENOTFOUNDEX
    /AWS1/CX_TCETHROTTLINGEX
    /AWS1/CX_TCEVLDTNEXCEPTION
    /AWS1/CX_TCECLIENTEXC
    /AWS1/CX_TCESERVEREXC
    /AWS1/CX_RT_TECHNICAL_GENERIC
    /AWS1/CX_RT_SERVICE_GENERIC.

IMPORTING

Required arguments:

iv_registryid TYPE /AWS1/TCEREGISTRYIDENTIFIER /AWS1/TCEREGISTRYIDENTIFIER

The identifier of the registry containing the record (ARN or ID)

iv_recordid TYPE /AWS1/TCERECORDIDENTIFIER /AWS1/TCERECORDIDENTIFIER

The identifier of the registry record to update (ARN or ID)

Optional arguments:

iv_name TYPE /AWS1/TCEREGISTRYRECORDNAME /AWS1/TCEREGISTRYRECORDNAME

The updated name of the registry record. Omit to leave the name unchanged.

io_displayname TYPE REF TO /AWS1/CL_TCEUPDATEDDISPLAYNAME /AWS1/CL_TCEUPDATEDDISPLAYNAME

The updated display name of the registry record. Omit to leave the display name unchanged; provide an empty wrapper to unset it.

io_description TYPE REF TO /AWS1/CL_TCEUPDATEDDESCRIPTION /AWS1/CL_TCEUPDATEDDESCRIPTION

The updated description of the registry record. Omit to leave the description unchanged; provide an empty wrapper to unset it.

iv_recordtype TYPE /AWS1/TCERECORDTYPE /AWS1/TCERECORDTYPE

The updated type of the registry record. Omit to leave the record type unchanged.

io_descriptors TYPE REF TO /AWS1/CL_TCEUPDATEDDESCRIPTORS /AWS1/CL_TCEUPDATEDDESCRIPTORS

The updated typed descriptor content for the registry record. Omit to leave the descriptors unchanged.

iv_recordversion TYPE /AWS1/TCEREGISTRYRECORDVERSION /AWS1/TCEREGISTRYRECORDVERSION

The updated version of the registry record. Omit to leave the version unchanged.

iv_triggersynchronization TYPE /AWS1/TCEBOOLEAN /AWS1/TCEBOOLEAN

Whether to trigger synchronization of the record's descriptor content from its source

it_provenance TYPE /AWS1/CL_TCEPROVENANCE=>TT_PROVENANCELIST TT_PROVENANCELIST

List of provenance entries on a registry record. Capped at one entry today: a record carries a single DETECTED_FROM lineage. Modeled as a list so additional relations can be unlocked post-GA by raising this bound without a breaking shape change.

RETURNING

oo_output TYPE REF TO /aws1/cl_tceupdateregrecordrsp /AWS1/CL_TCEUPDATEREGRECORDRSP

Examples

Syntax Example

This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.

DATA(lo_result) = lo_client->updateregistryrecord(
  io_description = new /aws1/cl_tceupdateddescription( |string| )
  io_descriptors = new /aws1/cl_tceupdateddescriptors(
    io_optionalvalue = new /aws1/cl_tceupdtdescrptrsflds(
      io_a2aagentcard = new /aws1/cl_tceupta2aagcarddesc(
        io_optionalvalue = new /aws1/cl_tceupta2aagcrddescfld(
          io_data = new /aws1/cl_tceupdtdescrptrdata( |string| )
          io_dataschemaversion = new /aws1/cl_tceupdtdataschemavrs( |string| )
          io_source = new /aws1/cl_tceupdtdescrptrsource(
            io_optionalvalue = new /aws1/cl_tcedescriptorsource(
              io_fromurl = new /aws1/cl_tcedescrptrsrcfromurl(
                it_credentialproviderconfs = VALUE /aws1/cl_tceregreccredpvdrconf=>tt_regrecordcredpvdrconflist(
                  (
                    new /aws1/cl_tceregreccredpvdrconf(
                      io_credentialprovider = new /aws1/cl_tceregrccredpvdrunion(
                        io_iamcredentialprovider = new /aws1/cl_tceregreciamcredpvdr(
                          iv_region = |string|
                          iv_rolearn = |string|
                          iv_service = |string|
                        )
                        io_oauthcredentialprovider = new /aws1/cl_tceregrcoauthcredpvdr(
                          it_customparameters = VALUE /aws1/cl_tcecustomparammap_w=>tt_customparametermap(
                            (
                              VALUE /aws1/cl_tcecustomparammap_w=>ts_customparametermap_maprow(
                                key = |string|
                                value = new /aws1/cl_tcecustomparammap_w( |string| )
                              )
                            )
                          )
                          it_scopes = VALUE /aws1/cl_tcescopelist_w=>tt_scopelist(
                            ( new /aws1/cl_tcescopelist_w( |string| ) )
                          )
                          iv_granttype = |string|
                          iv_providerarn = |string|
                        )
                      )
                      iv_credentialprovidertype = |string|
                    )
                  )
                )
                iv_url = |string|
              )
            )
          )
        )
      )
      io_agentskillsdefinition = new /aws1/cl_tceuptagentskldefdesc(
        io_optionalvalue = new /aws1/cl_tceuptagskldefdescfld(
          io_additionaldata = new /aws1/cl_tceuptagskladdldata(
            io_optionalvalue = new /aws1/cl_tceuptgskladdldatafld(
              io_skillmd = new /aws1/cl_tceuptagentsklmddesc(
                io_optionalvalue = new /aws1/cl_tceuptagsklmddescfld(
                  io_data = new /aws1/cl_tceupdtdescrptrdata( |string| )
                  io_dataschemaversion = new /aws1/cl_tceupdtdataschemavrs( |string| )
                  io_source = new /aws1/cl_tceupdtdescrptrsource(
                    io_optionalvalue = new /aws1/cl_tcedescriptorsource(
                      io_fromurl = new /aws1/cl_tcedescrptrsrcfromurl(
                        it_credentialproviderconfs = VALUE /aws1/cl_tceregreccredpvdrconf=>tt_regrecordcredpvdrconflist(
                          (
                            new /aws1/cl_tceregreccredpvdrconf(
                              io_credentialprovider = new /aws1/cl_tceregrccredpvdrunion(
                                io_iamcredentialprovider = new /aws1/cl_tceregreciamcredpvdr(
                                  iv_region = |string|
                                  iv_rolearn = |string|
                                  iv_service = |string|
                                )
                                io_oauthcredentialprovider = new /aws1/cl_tceregrcoauthcredpvdr(
                                  it_customparameters = VALUE /aws1/cl_tcecustomparammap_w=>tt_customparametermap(
                                    (
                                      VALUE /aws1/cl_tcecustomparammap_w=>ts_customparametermap_maprow(
                                        key = |string|
                                        value = new /aws1/cl_tcecustomparammap_w( |string| )
                                      )
                                    )
                                  )
                                  it_scopes = VALUE /aws1/cl_tcescopelist_w=>tt_scopelist(
                                    ( new /aws1/cl_tcescopelist_w( |string| ) )
                                  )
                                  iv_granttype = |string|
                                  iv_providerarn = |string|
                                )
                              )
                              iv_credentialprovidertype = |string|
                            )
                          )
                        )
                        iv_url = |string|
                      )
                    )
                  )
                )
              )
            )
          )
          io_data = new /aws1/cl_tceupdtdescrptrdata( |string| )
          io_dataschemaversion = new /aws1/cl_tceupdtdataschemavrs( |string| )
        )
      )
      io_agui = new /aws1/cl_tceupdtaguidescrptr(
        io_optionalvalue = new /aws1/cl_tceuptaguidescfields(
          io_source = new /aws1/cl_tceupdtdescrptrsource(
            io_optionalvalue = new /aws1/cl_tcedescriptorsource(
              io_fromurl = new /aws1/cl_tcedescrptrsrcfromurl(
                it_credentialproviderconfs = VALUE /aws1/cl_tceregreccredpvdrconf=>tt_regrecordcredpvdrconflist(
                  (
                    new /aws1/cl_tceregreccredpvdrconf(
                      io_credentialprovider = new /aws1/cl_tceregrccredpvdrunion(
                        io_iamcredentialprovider = new /aws1/cl_tceregreciamcredpvdr(
                          iv_region = |string|
                          iv_rolearn = |string|
                          iv_service = |string|
                        )
                        io_oauthcredentialprovider = new /aws1/cl_tceregrcoauthcredpvdr(
                          it_customparameters = VALUE /aws1/cl_tcecustomparammap_w=>tt_customparametermap(
                            (
                              VALUE /aws1/cl_tcecustomparammap_w=>ts_customparametermap_maprow(
                                key = |string|
                                value = new /aws1/cl_tcecustomparammap_w( |string| )
                              )
                            )
                          )
                          it_scopes = VALUE /aws1/cl_tcescopelist_w=>tt_scopelist(
                            ( new /aws1/cl_tcescopelist_w( |string| ) )
                          )
                          iv_granttype = |string|
                          iv_providerarn = |string|
                        )
                      )
                      iv_credentialprovidertype = |string|
                    )
                  )
                )
                iv_url = |string|
              )
            )
          )
        )
      )
      io_custom = new /aws1/cl_tceupdtcustomdescrptr( new /aws1/cl_tceuptcustdescfields( new /aws1/cl_tceupdtdescrptrdata( |string| ) ) )
      io_http = new /aws1/cl_tceupdthttpdescrptr(
        io_optionalvalue = new /aws1/cl_tceupthttpdescfields(
          io_source = new /aws1/cl_tceupdtdescrptrsource(
            io_optionalvalue = new /aws1/cl_tcedescriptorsource(
              io_fromurl = new /aws1/cl_tcedescrptrsrcfromurl(
                it_credentialproviderconfs = VALUE /aws1/cl_tceregreccredpvdrconf=>tt_regrecordcredpvdrconflist(
                  (
                    new /aws1/cl_tceregreccredpvdrconf(
                      io_credentialprovider = new /aws1/cl_tceregrccredpvdrunion(
                        io_iamcredentialprovider = new /aws1/cl_tceregreciamcredpvdr(
                          iv_region = |string|
                          iv_rolearn = |string|
                          iv_service = |string|
                        )
                        io_oauthcredentialprovider = new /aws1/cl_tceregrcoauthcredpvdr(
                          it_customparameters = VALUE /aws1/cl_tcecustomparammap_w=>tt_customparametermap(
                            (
                              VALUE /aws1/cl_tcecustomparammap_w=>ts_customparametermap_maprow(
                                key = |string|
                                value = new /aws1/cl_tcecustomparammap_w( |string| )
                              )
                            )
                          )
                          it_scopes = VALUE /aws1/cl_tcescopelist_w=>tt_scopelist(
                            ( new /aws1/cl_tcescopelist_w( |string| ) )
                          )
                          iv_granttype = |string|
                          iv_providerarn = |string|
                        )
                      )
                      iv_credentialprovidertype = |string|
                    )
                  )
                )
                iv_url = |string|
              )
            )
          )
        )
      )
      io_mcpserver = new /aws1/cl_tceupdtmcpsrvdescrptr(
        io_optionalvalue = new /aws1/cl_tceuptmcpsrvdescfld(
          io_additionaldata = new /aws1/cl_tceupdtmcpsrvaddldata(
            io_optionalvalue = new /aws1/cl_tceuptmcpsrvaddldat00(
              io_tools = new /aws1/cl_tceupdtmcptlsdescrptr(
                io_optionalvalue = new /aws1/cl_tceuptmcptoolsdescfld(
                  io_data = new /aws1/cl_tceupdtdescrptrdata( |string| )
                  io_dataschemaversion = new /aws1/cl_tceupdtdataschemavrs( |string| )
                )
              )
            )
          )
          io_data = new /aws1/cl_tceupdtdescrptrdata( |string| )
          io_dataschemaversion = new /aws1/cl_tceupdtdataschemavrs( |string| )
          io_source = new /aws1/cl_tceupdtdescrptrsource(
            io_optionalvalue = new /aws1/cl_tcedescriptorsource(
              io_fromurl = new /aws1/cl_tcedescrptrsrcfromurl(
                it_credentialproviderconfs = VALUE /aws1/cl_tceregreccredpvdrconf=>tt_regrecordcredpvdrconflist(
                  (
                    new /aws1/cl_tceregreccredpvdrconf(
                      io_credentialprovider = new /aws1/cl_tceregrccredpvdrunion(
                        io_iamcredentialprovider = new /aws1/cl_tceregreciamcredpvdr(
                          iv_region = |string|
                          iv_rolearn = |string|
                          iv_service = |string|
                        )
                        io_oauthcredentialprovider = new /aws1/cl_tceregrcoauthcredpvdr(
                          it_customparameters = VALUE /aws1/cl_tcecustomparammap_w=>tt_customparametermap(
                            (
                              VALUE /aws1/cl_tcecustomparammap_w=>ts_customparametermap_maprow(
                                key = |string|
                                value = new /aws1/cl_tcecustomparammap_w( |string| )
                              )
                            )
                          )
                          it_scopes = VALUE /aws1/cl_tcescopelist_w=>tt_scopelist(
                            ( new /aws1/cl_tcescopelist_w( |string| ) )
                          )
                          iv_granttype = |string|
                          iv_providerarn = |string|
                        )
                      )
                      iv_credentialprovidertype = |string|
                    )
                  )
                )
                iv_url = |string|
              )
            )
          )
        )
      )
    )
  )
  io_displayname = new /aws1/cl_tceupdateddisplayname( |string| )
  it_provenance = VALUE /aws1/cl_tceprovenance=>tt_provenancelist(
    (
      new /aws1/cl_tceprovenance(
        io_sourcedetails = new /aws1/cl_tcesourcedetails(
          io_agentcoregateway = new /aws1/cl_tceagentcoregwsrcdets(
            io_authorizerconfiguration = new /aws1/cl_tceauthorizerconf(
              io_customjwtauthorizer = new /aws1/cl_tcecustomjwtauthrconf(
                io_privateendpoint = new /aws1/cl_tceprivateendpoint(
                  io_managedvpcresource = new /aws1/cl_tcemanagedvpcresource(
                    it_securitygroupids = VALUE /aws1/cl_tcesecuritygroupids_w=>tt_securitygroupids(
                      ( new /aws1/cl_tcesecuritygroupids_w( |string| ) )
                    )
                    it_subnetids = VALUE /aws1/cl_tcesubnetids_w=>tt_subnetids(
                      ( new /aws1/cl_tcesubnetids_w( |string| ) )
                    )
                    it_tags = VALUE /aws1/cl_tcetagsmap_w=>tt_tagsmap(
                      (
                        VALUE /aws1/cl_tcetagsmap_w=>ts_tagsmap_maprow(
                          key = |string|
                          value = new /aws1/cl_tcetagsmap_w( |string| )
                        )
                      )
                    )
                    iv_endpointipaddresstype = |string|
                    iv_routingdomain = |string|
                    iv_vpcidentifier = |string|
                  )
                  io_selfmanagedlatticeres = new /aws1/cl_tceselfmngdlattceres( |string| )
                )
                it_allowedaudience = VALUE /aws1/cl_tceallowedaudnclist_w=>tt_allowedaudiencelist(
                  ( new /aws1/cl_tceallowedaudnclist_w( |string| ) )
                )
                it_allowedclients = VALUE /aws1/cl_tcealwdclientslist_w=>tt_allowedclientslist(
                  ( new /aws1/cl_tcealwdclientslist_w( |string| ) )
                )
                it_allowedscopes = VALUE /aws1/cl_tcealwdscopestype_w=>tt_allowedscopestype(
                  ( new /aws1/cl_tcealwdscopestype_w( |string| ) )
                )
                it_customclaims = VALUE /aws1/cl_tcecustclaimvldtntype=>tt_customclaimvalidationstype(
                  (
                    new /aws1/cl_tcecustclaimvldtntype(
                      io_authzclaimmatchvalue = new /aws1/cl_tceauthzclmmtchvaltyp(
                        io_claimmatchvalue = new /aws1/cl_tceclaimmatchvaltype(
                          it_matchvaluestringlist = VALUE /aws1/cl_tcematchvalstrlist_w=>tt_matchvaluestringlist(
                            ( new /aws1/cl_tcematchvalstrlist_w( |string| ) )
                          )
                          iv_matchvaluestring = |string|
                        )
                        iv_claimmatchoperator = |string|
                      )
                      iv_inboundtokenclaimname = |string|
                      iv_indbtokenclaimvaluetype = |string|
                    )
                  )
                )
                it_privateendpointoverrides = VALUE /aws1/cl_tceprivateendptovrd=>tt_privateendpointoverrides(
                  (
                    new /aws1/cl_tceprivateendptovrd(
                      io_privateendpoint = new /aws1/cl_tceprivateendpoint(
                        io_managedvpcresource = new /aws1/cl_tcemanagedvpcresource(
                          it_securitygroupids = VALUE /aws1/cl_tcesecuritygroupids_w=>tt_securitygroupids(
                            ( new /aws1/cl_tcesecuritygroupids_w( |string| ) )
                          )
                          it_subnetids = VALUE /aws1/cl_tcesubnetids_w=>tt_subnetids(
                            ( new /aws1/cl_tcesubnetids_w( |string| ) )
                          )
                          it_tags = VALUE /aws1/cl_tcetagsmap_w=>tt_tagsmap(
                            (
                              VALUE /aws1/cl_tcetagsmap_w=>ts_tagsmap_maprow(
                                key = |string|
                                value = new /aws1/cl_tcetagsmap_w( |string| )
                              )
                            )
                          )
                          iv_endpointipaddresstype = |string|
                          iv_routingdomain = |string|
                          iv_vpcidentifier = |string|
                        )
                        io_selfmanagedlatticeres = new /aws1/cl_tceselfmngdlattceres( |string| )
                      )
                      iv_domain = |string|
                    )
                  )
                )
                iv_discoveryurl = |string|
              )
            )
            io_workloadidentitydetails = new /aws1/cl_tceworkloadiddetails( |string| )
            iv_authorizertype = |string|
            iv_protocoltype = |string|
          )
          io_agentcoreruntime = new /aws1/cl_tceagcorerunsrcdets(
            io_authorizerconfiguration = new /aws1/cl_tceauthorizerconf(
              io_customjwtauthorizer = new /aws1/cl_tcecustomjwtauthrconf(
                io_privateendpoint = new /aws1/cl_tceprivateendpoint(
                  io_managedvpcresource = new /aws1/cl_tcemanagedvpcresource(
                    it_securitygroupids = VALUE /aws1/cl_tcesecuritygroupids_w=>tt_securitygroupids(
                      ( new /aws1/cl_tcesecuritygroupids_w( |string| ) )
                    )
                    it_subnetids = VALUE /aws1/cl_tcesubnetids_w=>tt_subnetids(
                      ( new /aws1/cl_tcesubnetids_w( |string| ) )
                    )
                    it_tags = VALUE /aws1/cl_tcetagsmap_w=>tt_tagsmap(
                      (
                        VALUE /aws1/cl_tcetagsmap_w=>ts_tagsmap_maprow(
                          key = |string|
                          value = new /aws1/cl_tcetagsmap_w( |string| )
                        )
                      )
                    )
                    iv_endpointipaddresstype = |string|
                    iv_routingdomain = |string|
                    iv_vpcidentifier = |string|
                  )
                  io_selfmanagedlatticeres = new /aws1/cl_tceselfmngdlattceres( |string| )
                )
                it_allowedaudience = VALUE /aws1/cl_tceallowedaudnclist_w=>tt_allowedaudiencelist(
                  ( new /aws1/cl_tceallowedaudnclist_w( |string| ) )
                )
                it_allowedclients = VALUE /aws1/cl_tcealwdclientslist_w=>tt_allowedclientslist(
                  ( new /aws1/cl_tcealwdclientslist_w( |string| ) )
                )
                it_allowedscopes = VALUE /aws1/cl_tcealwdscopestype_w=>tt_allowedscopestype(
                  ( new /aws1/cl_tcealwdscopestype_w( |string| ) )
                )
                it_customclaims = VALUE /aws1/cl_tcecustclaimvldtntype=>tt_customclaimvalidationstype(
                  (
                    new /aws1/cl_tcecustclaimvldtntype(
                      io_authzclaimmatchvalue = new /aws1/cl_tceauthzclmmtchvaltyp(
                        io_claimmatchvalue = new /aws1/cl_tceclaimmatchvaltype(
                          it_matchvaluestringlist = VALUE /aws1/cl_tcematchvalstrlist_w=>tt_matchvaluestringlist(
                            ( new /aws1/cl_tcematchvalstrlist_w( |string| ) )
                          )
                          iv_matchvaluestring = |string|
                        )
                        iv_claimmatchoperator = |string|
                      )
                      iv_inboundtokenclaimname = |string|
                      iv_indbtokenclaimvaluetype = |string|
                    )
                  )
                )
                it_privateendpointoverrides = VALUE /aws1/cl_tceprivateendptovrd=>tt_privateendpointoverrides(
                  (
                    new /aws1/cl_tceprivateendptovrd(
                      io_privateendpoint = new /aws1/cl_tceprivateendpoint(
                        io_managedvpcresource = new /aws1/cl_tcemanagedvpcresource(
                          it_securitygroupids = VALUE /aws1/cl_tcesecuritygroupids_w=>tt_securitygroupids(
                            ( new /aws1/cl_tcesecuritygroupids_w( |string| ) )
                          )
                          it_subnetids = VALUE /aws1/cl_tcesubnetids_w=>tt_subnetids(
                            ( new /aws1/cl_tcesubnetids_w( |string| ) )
                          )
                          it_tags = VALUE /aws1/cl_tcetagsmap_w=>tt_tagsmap(
                            (
                              VALUE /aws1/cl_tcetagsmap_w=>ts_tagsmap_maprow(
                                key = |string|
                                value = new /aws1/cl_tcetagsmap_w( |string| )
                              )
                            )
                          )
                          iv_endpointipaddresstype = |string|
                          iv_routingdomain = |string|
                          iv_vpcidentifier = |string|
                        )
                        io_selfmanagedlatticeres = new /aws1/cl_tceselfmngdlattceres( |string| )
                      )
                      iv_domain = |string|
                    )
                  )
                )
                iv_discoveryurl = |string|
              )
            )
            io_protocolconfiguration = new /aws1/cl_tceagcorerunprotconf( |string| )
            io_workloadidentitydetails = new /aws1/cl_tceworkloadiddetails( |string| )
          )
        )
        iv_relation = |string|
        iv_sourceid = |string|
        iv_sourcetype = |string|
      )
    )
  )
  iv_name = |string|
  iv_recordid = |string|
  iv_recordtype = |string|
  iv_recordversion = |string|
  iv_registryid = |string|
  iv_triggersynchronization = ABAP_TRUE
).

This is an example of reading all possible response values

lo_result = lo_result.
IF lo_result IS NOT INITIAL.
  lv_registryarn = lo_result->get_registryarn( ).
  lv_registryrecordarn = lo_result->get_recordarn( ).
  lv_registryrecordid = lo_result->get_recordid( ).
  lv_registryrecordname = lo_result->get_name( ).
  lv_registryrecorddisplayna = lo_result->get_displayname( ).
  lv_description = lo_result->get_description( ).
  lv_recordtype = lo_result->get_recordtype( ).
  lo_descriptors = lo_result->get_descriptors( ).
  IF lo_descriptors IS NOT INITIAL.
    lo_mcpserverdescriptor = lo_descriptors->get_mcpserver( ).
    IF lo_mcpserverdescriptor IS NOT INITIAL.
      lv_descriptordata = lo_mcpserverdescriptor->get_data( ).
      lv_dataschemaversion = lo_mcpserverdescriptor->get_dataschemaversion( ).
      lo_mcpserveradditionaldata = lo_mcpserverdescriptor->get_additionaldata( ).
      IF lo_mcpserveradditionaldata IS NOT INITIAL.
        lo_mcptoolsdescriptor = lo_mcpserveradditionaldata->get_tools( ).
        IF lo_mcptoolsdescriptor IS NOT INITIAL.
          lv_descriptordata = lo_mcptoolsdescriptor->get_data( ).
          lv_dataschemaversion = lo_mcptoolsdescriptor->get_dataschemaversion( ).
        ENDIF.
      ENDIF.
      lo_descriptorsource = lo_mcpserverdescriptor->get_source( ).
      IF lo_descriptorsource IS NOT INITIAL.
        lo_descriptorsourcefromurl = lo_descriptorsource->get_fromurl( ).
        IF lo_descriptorsourcefromurl IS NOT INITIAL.
          lv_descriptorsourceurl = lo_descriptorsourcefromurl->get_url( ).
          LOOP AT lo_descriptorsourcefromurl->get_credentialproviderconfs( ) into lo_row.
            lo_row_1 = lo_row.
            IF lo_row_1 IS NOT INITIAL.
              lv_registryrecordcredentia = lo_row_1->get_credentialprovidertype( ).
              lo_registryrecordcredentia_1 = lo_row_1->get_credentialprovider( ).
              IF lo_registryrecordcredentia_1 IS NOT INITIAL.
                lo_registryrecordoauthcred = lo_registryrecordcredentia_1->get_oauthcredentialprovider( ).
                IF lo_registryrecordoauthcred IS NOT INITIAL.
                  lv_credentialproviderarn = lo_registryrecordoauthcred->get_providerarn( ).
                  lv_registryrecordoauthgran = lo_registryrecordoauthcred->get_granttype( ).
                  LOOP AT lo_registryrecordoauthcred->get_scopes( ) into lo_row_2.
                    lo_row_3 = lo_row_2.
                    IF lo_row_3 IS NOT INITIAL.
                      lv_string = lo_row_3->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_registryrecordoauthcred->get_customparameters( ) into ls_row_4.
                    lv_key = ls_row_4-key.
                    lo_value = ls_row_4-value.
                    IF lo_value IS NOT INITIAL.
                      lv_string = lo_value->get_value( ).
                    ENDIF.
                  ENDLOOP.
                ENDIF.
                lo_registryrecordiamcreden = lo_registryrecordcredentia_1->get_iamcredentialprovider( ).
                IF lo_registryrecordiamcreden IS NOT INITIAL.
                  lv_iamrolearn = lo_registryrecordiamcreden->get_rolearn( ).
                  lv_iamsigningservicename = lo_registryrecordiamcreden->get_service( ).
                  lv_iamsigningregion = lo_registryrecordiamcreden->get_region( ).
                ENDIF.
              ENDIF.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDIF.
    lo_a2aagentcarddescriptor = lo_descriptors->get_a2aagentcard( ).
    IF lo_a2aagentcarddescriptor IS NOT INITIAL.
      lv_descriptordata = lo_a2aagentcarddescriptor->get_data( ).
      lv_dataschemaversion = lo_a2aagentcarddescriptor->get_dataschemaversion( ).
      lo_descriptorsource = lo_a2aagentcarddescriptor->get_source( ).
      IF lo_descriptorsource IS NOT INITIAL.
        lo_descriptorsourcefromurl = lo_descriptorsource->get_fromurl( ).
        IF lo_descriptorsourcefromurl IS NOT INITIAL.
          lv_descriptorsourceurl = lo_descriptorsourcefromurl->get_url( ).
          LOOP AT lo_descriptorsourcefromurl->get_credentialproviderconfs( ) into lo_row.
            lo_row_1 = lo_row.
            IF lo_row_1 IS NOT INITIAL.
              lv_registryrecordcredentia = lo_row_1->get_credentialprovidertype( ).
              lo_registryrecordcredentia_1 = lo_row_1->get_credentialprovider( ).
              IF lo_registryrecordcredentia_1 IS NOT INITIAL.
                lo_registryrecordoauthcred = lo_registryrecordcredentia_1->get_oauthcredentialprovider( ).
                IF lo_registryrecordoauthcred IS NOT INITIAL.
                  lv_credentialproviderarn = lo_registryrecordoauthcred->get_providerarn( ).
                  lv_registryrecordoauthgran = lo_registryrecordoauthcred->get_granttype( ).
                  LOOP AT lo_registryrecordoauthcred->get_scopes( ) into lo_row_2.
                    lo_row_3 = lo_row_2.
                    IF lo_row_3 IS NOT INITIAL.
                      lv_string = lo_row_3->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_registryrecordoauthcred->get_customparameters( ) into ls_row_4.
                    lv_key = ls_row_4-key.
                    lo_value = ls_row_4-value.
                    IF lo_value IS NOT INITIAL.
                      lv_string = lo_value->get_value( ).
                    ENDIF.
                  ENDLOOP.
                ENDIF.
                lo_registryrecordiamcreden = lo_registryrecordcredentia_1->get_iamcredentialprovider( ).
                IF lo_registryrecordiamcreden IS NOT INITIAL.
                  lv_iamrolearn = lo_registryrecordiamcreden->get_rolearn( ).
                  lv_iamsigningservicename = lo_registryrecordiamcreden->get_service( ).
                  lv_iamsigningregion = lo_registryrecordiamcreden->get_region( ).
                ENDIF.
              ENDIF.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDIF.
    lo_agentskillsdefinitionde = lo_descriptors->get_agentskillsdefinition( ).
    IF lo_agentskillsdefinitionde IS NOT INITIAL.
      lv_descriptordata = lo_agentskillsdefinitionde->get_data( ).
      lv_dataschemaversion = lo_agentskillsdefinitionde->get_dataschemaversion( ).
      lo_agentskillsadditionalda = lo_agentskillsdefinitionde->get_additionaldata( ).
      IF lo_agentskillsadditionalda IS NOT INITIAL.
        lo_agentskillsmddescriptor = lo_agentskillsadditionalda->get_skillmd( ).
        IF lo_agentskillsmddescriptor IS NOT INITIAL.
          lv_descriptordata = lo_agentskillsmddescriptor->get_data( ).
          lv_dataschemaversion = lo_agentskillsmddescriptor->get_dataschemaversion( ).
          lo_descriptorsource = lo_agentskillsmddescriptor->get_source( ).
          IF lo_descriptorsource IS NOT INITIAL.
            lo_descriptorsourcefromurl = lo_descriptorsource->get_fromurl( ).
            IF lo_descriptorsourcefromurl IS NOT INITIAL.
              lv_descriptorsourceurl = lo_descriptorsourcefromurl->get_url( ).
              LOOP AT lo_descriptorsourcefromurl->get_credentialproviderconfs( ) into lo_row.
                lo_row_1 = lo_row.
                IF lo_row_1 IS NOT INITIAL.
                  lv_registryrecordcredentia = lo_row_1->get_credentialprovidertype( ).
                  lo_registryrecordcredentia_1 = lo_row_1->get_credentialprovider( ).
                  IF lo_registryrecordcredentia_1 IS NOT INITIAL.
                    lo_registryrecordoauthcred = lo_registryrecordcredentia_1->get_oauthcredentialprovider( ).
                    IF lo_registryrecordoauthcred IS NOT INITIAL.
                      lv_credentialproviderarn = lo_registryrecordoauthcred->get_providerarn( ).
                      lv_registryrecordoauthgran = lo_registryrecordoauthcred->get_granttype( ).
                      LOOP AT lo_registryrecordoauthcred->get_scopes( ) into lo_row_2.
                        lo_row_3 = lo_row_2.
                        IF lo_row_3 IS NOT INITIAL.
                          lv_string = lo_row_3->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      LOOP AT lo_registryrecordoauthcred->get_customparameters( ) into ls_row_4.
                        lv_key = ls_row_4-key.
                        lo_value = ls_row_4-value.
                        IF lo_value IS NOT INITIAL.
                          lv_string = lo_value->get_value( ).
                        ENDIF.
                      ENDLOOP.
                    ENDIF.
                    lo_registryrecordiamcreden = lo_registryrecordcredentia_1->get_iamcredentialprovider( ).
                    IF lo_registryrecordiamcreden IS NOT INITIAL.
                      lv_iamrolearn = lo_registryrecordiamcreden->get_rolearn( ).
                      lv_iamsigningservicename = lo_registryrecordiamcreden->get_service( ).
                      lv_iamsigningregion = lo_registryrecordiamcreden->get_region( ).
                    ENDIF.
                  ENDIF.
                ENDIF.
              ENDLOOP.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDIF.
    lo_customdescriptor = lo_descriptors->get_custom( ).
    IF lo_customdescriptor IS NOT INITIAL.
      lv_descriptordata = lo_customdescriptor->get_data( ).
    ENDIF.
    lo_httpdescriptor = lo_descriptors->get_http( ).
    IF lo_httpdescriptor IS NOT INITIAL.
      lo_descriptorsource = lo_httpdescriptor->get_source( ).
      IF lo_descriptorsource IS NOT INITIAL.
        lo_descriptorsourcefromurl = lo_descriptorsource->get_fromurl( ).
        IF lo_descriptorsourcefromurl IS NOT INITIAL.
          lv_descriptorsourceurl = lo_descriptorsourcefromurl->get_url( ).
          LOOP AT lo_descriptorsourcefromurl->get_credentialproviderconfs( ) into lo_row.
            lo_row_1 = lo_row.
            IF lo_row_1 IS NOT INITIAL.
              lv_registryrecordcredentia = lo_row_1->get_credentialprovidertype( ).
              lo_registryrecordcredentia_1 = lo_row_1->get_credentialprovider( ).
              IF lo_registryrecordcredentia_1 IS NOT INITIAL.
                lo_registryrecordoauthcred = lo_registryrecordcredentia_1->get_oauthcredentialprovider( ).
                IF lo_registryrecordoauthcred IS NOT INITIAL.
                  lv_credentialproviderarn = lo_registryrecordoauthcred->get_providerarn( ).
                  lv_registryrecordoauthgran = lo_registryrecordoauthcred->get_granttype( ).
                  LOOP AT lo_registryrecordoauthcred->get_scopes( ) into lo_row_2.
                    lo_row_3 = lo_row_2.
                    IF lo_row_3 IS NOT INITIAL.
                      lv_string = lo_row_3->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_registryrecordoauthcred->get_customparameters( ) into ls_row_4.
                    lv_key = ls_row_4-key.
                    lo_value = ls_row_4-value.
                    IF lo_value IS NOT INITIAL.
                      lv_string = lo_value->get_value( ).
                    ENDIF.
                  ENDLOOP.
                ENDIF.
                lo_registryrecordiamcreden = lo_registryrecordcredentia_1->get_iamcredentialprovider( ).
                IF lo_registryrecordiamcreden IS NOT INITIAL.
                  lv_iamrolearn = lo_registryrecordiamcreden->get_rolearn( ).
                  lv_iamsigningservicename = lo_registryrecordiamcreden->get_service( ).
                  lv_iamsigningregion = lo_registryrecordiamcreden->get_region( ).
                ENDIF.
              ENDIF.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDIF.
    lo_aguidescriptor = lo_descriptors->get_agui( ).
    IF lo_aguidescriptor IS NOT INITIAL.
      lo_descriptorsource = lo_aguidescriptor->get_source( ).
      IF lo_descriptorsource IS NOT INITIAL.
        lo_descriptorsourcefromurl = lo_descriptorsource->get_fromurl( ).
        IF lo_descriptorsourcefromurl IS NOT INITIAL.
          lv_descriptorsourceurl = lo_descriptorsourcefromurl->get_url( ).
          LOOP AT lo_descriptorsourcefromurl->get_credentialproviderconfs( ) into lo_row.
            lo_row_1 = lo_row.
            IF lo_row_1 IS NOT INITIAL.
              lv_registryrecordcredentia = lo_row_1->get_credentialprovidertype( ).
              lo_registryrecordcredentia_1 = lo_row_1->get_credentialprovider( ).
              IF lo_registryrecordcredentia_1 IS NOT INITIAL.
                lo_registryrecordoauthcred = lo_registryrecordcredentia_1->get_oauthcredentialprovider( ).
                IF lo_registryrecordoauthcred IS NOT INITIAL.
                  lv_credentialproviderarn = lo_registryrecordoauthcred->get_providerarn( ).
                  lv_registryrecordoauthgran = lo_registryrecordoauthcred->get_granttype( ).
                  LOOP AT lo_registryrecordoauthcred->get_scopes( ) into lo_row_2.
                    lo_row_3 = lo_row_2.
                    IF lo_row_3 IS NOT INITIAL.
                      lv_string = lo_row_3->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_registryrecordoauthcred->get_customparameters( ) into ls_row_4.
                    lv_key = ls_row_4-key.
                    lo_value = ls_row_4-value.
                    IF lo_value IS NOT INITIAL.
                      lv_string = lo_value->get_value( ).
                    ENDIF.
                  ENDLOOP.
                ENDIF.
                lo_registryrecordiamcreden = lo_registryrecordcredentia_1->get_iamcredentialprovider( ).
                IF lo_registryrecordiamcreden IS NOT INITIAL.
                  lv_iamrolearn = lo_registryrecordiamcreden->get_rolearn( ).
                  lv_iamsigningservicename = lo_registryrecordiamcreden->get_service( ).
                  lv_iamsigningregion = lo_registryrecordiamcreden->get_region( ).
                ENDIF.
              ENDIF.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDIF.
  ENDIF.
  lv_registryrecordversion = lo_result->get_recordversion( ).
  lv_registryrecordstatus = lo_result->get_status( ).
  lv_datetimestamp = lo_result->get_createdat( ).
  lv_datetimestamp = lo_result->get_updatedat( ).
  lv_string = lo_result->get_statusreason( ).
  LOOP AT lo_result->get_provenance( ) into lo_row_5.
    lo_row_6 = lo_row_5.
    IF lo_row_6 IS NOT INITIAL.
      lv_provenancerelation = lo_row_6->get_relation( ).
      lv_sourceid = lo_row_6->get_sourceid( ).
      lv_sourcetype = lo_row_6->get_sourcetype( ).
      lo_sourcedetails = lo_row_6->get_sourcedetails( ).
      IF lo_sourcedetails IS NOT INITIAL.
        lo_agentcoreruntimesourced = lo_sourcedetails->get_agentcoreruntime( ).
        IF lo_agentcoreruntimesourced IS NOT INITIAL.
          lo_agentcoreruntimeprotoco = lo_agentcoreruntimesourced->get_protocolconfiguration( ).
          IF lo_agentcoreruntimeprotoco IS NOT INITIAL.
            lv_agentcoreruntimeserverp = lo_agentcoreruntimeprotoco->get_serverprotocol( ).
          ENDIF.
          lo_authorizerconfiguration = lo_agentcoreruntimesourced->get_authorizerconfiguration( ).
          IF lo_authorizerconfiguration IS NOT INITIAL.
            lo_customjwtauthorizerconf = lo_authorizerconfiguration->get_customjwtauthorizer( ).
            IF lo_customjwtauthorizerconf IS NOT INITIAL.
              lv_discoveryurl = lo_customjwtauthorizerconf->get_discoveryurl( ).
              LOOP AT lo_customjwtauthorizerconf->get_allowedaudience( ) into lo_row_7.
                lo_row_8 = lo_row_7.
                IF lo_row_8 IS NOT INITIAL.
                  lv_allowedaudience = lo_row_8->get_value( ).
                ENDIF.
              ENDLOOP.
              LOOP AT lo_customjwtauthorizerconf->get_allowedclients( ) into lo_row_9.
                lo_row_10 = lo_row_9.
                IF lo_row_10 IS NOT INITIAL.
                  lv_allowedclient = lo_row_10->get_value( ).
                ENDIF.
              ENDLOOP.
              LOOP AT lo_customjwtauthorizerconf->get_allowedscopes( ) into lo_row_11.
                lo_row_12 = lo_row_11.
                IF lo_row_12 IS NOT INITIAL.
                  lv_allowedscopetype = lo_row_12->get_value( ).
                ENDIF.
              ENDLOOP.
              LOOP AT lo_customjwtauthorizerconf->get_customclaims( ) into lo_row_13.
                lo_row_14 = lo_row_13.
                IF lo_row_14 IS NOT INITIAL.
                  lv_inboundtokenclaimnamety = lo_row_14->get_inboundtokenclaimname( ).
                  lv_inboundtokenclaimvaluet = lo_row_14->get_indbtokenclaimvaluetype( ).
                  lo_authorizingclaimmatchva = lo_row_14->get_authzclaimmatchvalue( ).
                  IF lo_authorizingclaimmatchva IS NOT INITIAL.
                    lo_claimmatchvaluetype = lo_authorizingclaimmatchva->get_claimmatchvalue( ).
                    IF lo_claimmatchvaluetype IS NOT INITIAL.
                      lv_matchvaluestring = lo_claimmatchvaluetype->get_matchvaluestring( ).
                      LOOP AT lo_claimmatchvaluetype->get_matchvaluestringlist( ) into lo_row_15.
                        lo_row_16 = lo_row_15.
                        IF lo_row_16 IS NOT INITIAL.
                          lv_matchvaluestring = lo_row_16->get_value( ).
                        ENDIF.
                      ENDLOOP.
                    ENDIF.
                    lv_claimmatchoperatortype = lo_authorizingclaimmatchva->get_claimmatchoperator( ).
                  ENDIF.
                ENDIF.
              ENDLOOP.
              lo_privateendpoint = lo_customjwtauthorizerconf->get_privateendpoint( ).
              IF lo_privateendpoint IS NOT INITIAL.
                lo_selfmanagedlatticeresou = lo_privateendpoint->get_selfmanagedlatticeres( ).
                IF lo_selfmanagedlatticeresou IS NOT INITIAL.
                  lv_resourceconfigurationid = lo_selfmanagedlatticeresou->get_resourceconfidentifier( ).
                ENDIF.
                lo_managedvpcresource = lo_privateendpoint->get_managedvpcresource( ).
                IF lo_managedvpcresource IS NOT INITIAL.
                  lv_vpcidentifier = lo_managedvpcresource->get_vpcidentifier( ).
                  LOOP AT lo_managedvpcresource->get_subnetids( ) into lo_row_17.
                    lo_row_18 = lo_row_17.
                    IF lo_row_18 IS NOT INITIAL.
                      lv_subnetid = lo_row_18->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  lv_endpointipaddresstype = lo_managedvpcresource->get_endpointipaddresstype( ).
                  LOOP AT lo_managedvpcresource->get_securitygroupids( ) into lo_row_19.
                    lo_row_20 = lo_row_19.
                    IF lo_row_20 IS NOT INITIAL.
                      lv_securitygroupidentifier = lo_row_20->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_managedvpcresource->get_tags( ) into ls_row_21.
                    lv_key_1 = ls_row_21-key.
                    lo_value_1 = ls_row_21-value.
                    IF lo_value_1 IS NOT INITIAL.
                      lv_tagvalue = lo_value_1->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  lv_routingdomain = lo_managedvpcresource->get_routingdomain( ).
                ENDIF.
              ENDIF.
              LOOP AT lo_customjwtauthorizerconf->get_privateendpointoverrides( ) into lo_row_22.
                lo_row_23 = lo_row_22.
                IF lo_row_23 IS NOT INITIAL.
                  lv_privateendpointoverride = lo_row_23->get_domain( ).
                  lo_privateendpoint = lo_row_23->get_privateendpoint( ).
                  IF lo_privateendpoint IS NOT INITIAL.
                    lo_selfmanagedlatticeresou = lo_privateendpoint->get_selfmanagedlatticeres( ).
                    IF lo_selfmanagedlatticeresou IS NOT INITIAL.
                      lv_resourceconfigurationid = lo_selfmanagedlatticeresou->get_resourceconfidentifier( ).
                    ENDIF.
                    lo_managedvpcresource = lo_privateendpoint->get_managedvpcresource( ).
                    IF lo_managedvpcresource IS NOT INITIAL.
                      lv_vpcidentifier = lo_managedvpcresource->get_vpcidentifier( ).
                      LOOP AT lo_managedvpcresource->get_subnetids( ) into lo_row_17.
                        lo_row_18 = lo_row_17.
                        IF lo_row_18 IS NOT INITIAL.
                          lv_subnetid = lo_row_18->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      lv_endpointipaddresstype = lo_managedvpcresource->get_endpointipaddresstype( ).
                      LOOP AT lo_managedvpcresource->get_securitygroupids( ) into lo_row_19.
                        lo_row_20 = lo_row_19.
                        IF lo_row_20 IS NOT INITIAL.
                          lv_securitygroupidentifier = lo_row_20->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      LOOP AT lo_managedvpcresource->get_tags( ) into ls_row_21.
                        lv_key_1 = ls_row_21-key.
                        lo_value_1 = ls_row_21-value.
                        IF lo_value_1 IS NOT INITIAL.
                          lv_tagvalue = lo_value_1->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      lv_routingdomain = lo_managedvpcresource->get_routingdomain( ).
                    ENDIF.
                  ENDIF.
                ENDIF.
              ENDLOOP.
            ENDIF.
          ENDIF.
          lo_workloadidentitydetails = lo_agentcoreruntimesourced->get_workloadidentitydetails( ).
          IF lo_workloadidentitydetails IS NOT INITIAL.
            lv_string = lo_workloadidentitydetails->get_workloadidentityarn( ).
          ENDIF.
        ENDIF.
        lo_agentcoregatewaysourced = lo_sourcedetails->get_agentcoregateway( ).
        IF lo_agentcoregatewaysourced IS NOT INITIAL.
          lv_agentcoregatewayprotoco = lo_agentcoregatewaysourced->get_protocoltype( ).
          lv_string = lo_agentcoregatewaysourced->get_authorizertype( ).
          lo_authorizerconfiguration = lo_agentcoregatewaysourced->get_authorizerconfiguration( ).
          IF lo_authorizerconfiguration IS NOT INITIAL.
            lo_customjwtauthorizerconf = lo_authorizerconfiguration->get_customjwtauthorizer( ).
            IF lo_customjwtauthorizerconf IS NOT INITIAL.
              lv_discoveryurl = lo_customjwtauthorizerconf->get_discoveryurl( ).
              LOOP AT lo_customjwtauthorizerconf->get_allowedaudience( ) into lo_row_7.
                lo_row_8 = lo_row_7.
                IF lo_row_8 IS NOT INITIAL.
                  lv_allowedaudience = lo_row_8->get_value( ).
                ENDIF.
              ENDLOOP.
              LOOP AT lo_customjwtauthorizerconf->get_allowedclients( ) into lo_row_9.
                lo_row_10 = lo_row_9.
                IF lo_row_10 IS NOT INITIAL.
                  lv_allowedclient = lo_row_10->get_value( ).
                ENDIF.
              ENDLOOP.
              LOOP AT lo_customjwtauthorizerconf->get_allowedscopes( ) into lo_row_11.
                lo_row_12 = lo_row_11.
                IF lo_row_12 IS NOT INITIAL.
                  lv_allowedscopetype = lo_row_12->get_value( ).
                ENDIF.
              ENDLOOP.
              LOOP AT lo_customjwtauthorizerconf->get_customclaims( ) into lo_row_13.
                lo_row_14 = lo_row_13.
                IF lo_row_14 IS NOT INITIAL.
                  lv_inboundtokenclaimnamety = lo_row_14->get_inboundtokenclaimname( ).
                  lv_inboundtokenclaimvaluet = lo_row_14->get_indbtokenclaimvaluetype( ).
                  lo_authorizingclaimmatchva = lo_row_14->get_authzclaimmatchvalue( ).
                  IF lo_authorizingclaimmatchva IS NOT INITIAL.
                    lo_claimmatchvaluetype = lo_authorizingclaimmatchva->get_claimmatchvalue( ).
                    IF lo_claimmatchvaluetype IS NOT INITIAL.
                      lv_matchvaluestring = lo_claimmatchvaluetype->get_matchvaluestring( ).
                      LOOP AT lo_claimmatchvaluetype->get_matchvaluestringlist( ) into lo_row_15.
                        lo_row_16 = lo_row_15.
                        IF lo_row_16 IS NOT INITIAL.
                          lv_matchvaluestring = lo_row_16->get_value( ).
                        ENDIF.
                      ENDLOOP.
                    ENDIF.
                    lv_claimmatchoperatortype = lo_authorizingclaimmatchva->get_claimmatchoperator( ).
                  ENDIF.
                ENDIF.
              ENDLOOP.
              lo_privateendpoint = lo_customjwtauthorizerconf->get_privateendpoint( ).
              IF lo_privateendpoint IS NOT INITIAL.
                lo_selfmanagedlatticeresou = lo_privateendpoint->get_selfmanagedlatticeres( ).
                IF lo_selfmanagedlatticeresou IS NOT INITIAL.
                  lv_resourceconfigurationid = lo_selfmanagedlatticeresou->get_resourceconfidentifier( ).
                ENDIF.
                lo_managedvpcresource = lo_privateendpoint->get_managedvpcresource( ).
                IF lo_managedvpcresource IS NOT INITIAL.
                  lv_vpcidentifier = lo_managedvpcresource->get_vpcidentifier( ).
                  LOOP AT lo_managedvpcresource->get_subnetids( ) into lo_row_17.
                    lo_row_18 = lo_row_17.
                    IF lo_row_18 IS NOT INITIAL.
                      lv_subnetid = lo_row_18->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  lv_endpointipaddresstype = lo_managedvpcresource->get_endpointipaddresstype( ).
                  LOOP AT lo_managedvpcresource->get_securitygroupids( ) into lo_row_19.
                    lo_row_20 = lo_row_19.
                    IF lo_row_20 IS NOT INITIAL.
                      lv_securitygroupidentifier = lo_row_20->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  LOOP AT lo_managedvpcresource->get_tags( ) into ls_row_21.
                    lv_key_1 = ls_row_21-key.
                    lo_value_1 = ls_row_21-value.
                    IF lo_value_1 IS NOT INITIAL.
                      lv_tagvalue = lo_value_1->get_value( ).
                    ENDIF.
                  ENDLOOP.
                  lv_routingdomain = lo_managedvpcresource->get_routingdomain( ).
                ENDIF.
              ENDIF.
              LOOP AT lo_customjwtauthorizerconf->get_privateendpointoverrides( ) into lo_row_22.
                lo_row_23 = lo_row_22.
                IF lo_row_23 IS NOT INITIAL.
                  lv_privateendpointoverride = lo_row_23->get_domain( ).
                  lo_privateendpoint = lo_row_23->get_privateendpoint( ).
                  IF lo_privateendpoint IS NOT INITIAL.
                    lo_selfmanagedlatticeresou = lo_privateendpoint->get_selfmanagedlatticeres( ).
                    IF lo_selfmanagedlatticeresou IS NOT INITIAL.
                      lv_resourceconfigurationid = lo_selfmanagedlatticeresou->get_resourceconfidentifier( ).
                    ENDIF.
                    lo_managedvpcresource = lo_privateendpoint->get_managedvpcresource( ).
                    IF lo_managedvpcresource IS NOT INITIAL.
                      lv_vpcidentifier = lo_managedvpcresource->get_vpcidentifier( ).
                      LOOP AT lo_managedvpcresource->get_subnetids( ) into lo_row_17.
                        lo_row_18 = lo_row_17.
                        IF lo_row_18 IS NOT INITIAL.
                          lv_subnetid = lo_row_18->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      lv_endpointipaddresstype = lo_managedvpcresource->get_endpointipaddresstype( ).
                      LOOP AT lo_managedvpcresource->get_securitygroupids( ) into lo_row_19.
                        lo_row_20 = lo_row_19.
                        IF lo_row_20 IS NOT INITIAL.
                          lv_securitygroupidentifier = lo_row_20->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      LOOP AT lo_managedvpcresource->get_tags( ) into ls_row_21.
                        lv_key_1 = ls_row_21-key.
                        lo_value_1 = ls_row_21-value.
                        IF lo_value_1 IS NOT INITIAL.
                          lv_tagvalue = lo_value_1->get_value( ).
                        ENDIF.
                      ENDLOOP.
                      lv_routingdomain = lo_managedvpcresource->get_routingdomain( ).
                    ENDIF.
                  ENDIF.
                ENDIF.
              ENDLOOP.
            ENDIF.
          ENDIF.
          lo_workloadidentitydetails = lo_agentcoregatewaysourced->get_workloadidentitydetails( ).
          IF lo_workloadidentitydetails IS NOT INITIAL.
            lv_string = lo_workloadidentitydetails->get_workloadidentityarn( ).
          ENDIF.
        ENDIF.
      ENDIF.
    ENDIF.
  ENDLOOP.
  lv_boolean = lo_result->get_createdbyautodetection( ).
  lv_creatoraccountid = lo_result->get_createdby( ).
ENDIF.