Class /GOOG/CL_CLOUDIDENTITY_V1BETA1

Class

/GOOG/CL_CLOUDIDENTITY_V1BETA1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Cloud Identity API v1beta1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 AddIdpCredentialRequest PUBLIC
TY_002 AndroidAttributes PUBLIC
TY_003 ApproveDeviceUserRequest PUBLIC
TY_004 BlockDeviceUserRequest PUBLIC
TY_005 BrowserAttributes PUBLIC
TY_006 BrowserInfo PUBLIC
TY_008 CancelWipeDeviceRequest PUBLIC
TY_009 CancelWipeDeviceUserRequest PUBLIC
TY_010 CertificateAttributes PUBLIC
TY_011 CertificateTemplate PUBLIC
TY_012 CheckTransitiveMembershipResponse PUBLIC
TY_013 ClientState PUBLIC
TY_014 CreateDeviceRequest PUBLIC
TY_015 CustomAttributeValue PUBLIC
TY_016 Device PUBLIC
TY_017 DeviceUser PUBLIC
TY_018 DsaPublicKeyInfo PUBLIC
TY_019 DynamicGroupMetadata PUBLIC
TY_020 DynamicGroupQuery PUBLIC
TY_021 DynamicGroupStatus PUBLIC
TY_022 EndpointVerificationSpecificAttributes PUBLIC
TY_023 EntityKey PUBLIC
TY_024 ExpiryDetail PUBLIC
TY_034 Group PUBLIC
TY_035 GroupRelation PUBLIC
TY_036 IdpCredential PUBLIC
TY_037 InboundSamlSsoProfile PUBLIC
TY_038 InboundSsoAssignment PUBLIC
TY_039 IsInvitableUserResponse PUBLIC
TY_040 ListDeviceUsersResponse PUBLIC
TY_041 ListDevicesResponse PUBLIC
TY_042 ListGroupsResponse PUBLIC
TY_043 ListIdpCredentialsResponse PUBLIC
TY_044 ListInboundSamlSsoProfilesResponse PUBLIC
TY_045 ListInboundSsoAssignmentsResponse PUBLIC
TY_046 ListMembershipsResponse PUBLIC
TY_047 ListOrgMembershipsResponse PUBLIC
TY_048 ListUserInvitationsResponse PUBLIC
TY_049 LookupGroupNameResponse PUBLIC
TY_050 LookupMembershipNameResponse PUBLIC
TY_051 LookupSelfDeviceUsersResponse PUBLIC
TY_052 MemberRelation PUBLIC
TY_053 MemberRestriction PUBLIC
TY_054 Membership PUBLIC
TY_056 MembershipRelation PUBLIC
TY_057 MembershipRole PUBLIC
TY_058 MembershipRoleRestrictionEvaluation PUBLIC
TY_059 ModifyMembershipRolesRequest PUBLIC
TY_060 ModifyMembershipRolesResponse PUBLIC
TY_061 MoveOrgMembershipRequest PUBLIC
TY_062 Operation PUBLIC
TY_063 OrgMembership PUBLIC
TY_064 PosixGroup PUBLIC
TY_065 RestrictionEvaluation PUBLIC
TY_066 RestrictionEvaluations PUBLIC
TY_067 RsaPublicKeyInfo PUBLIC
TY_068 SamlIdpConfig PUBLIC
TY_069 SamlSpConfig PUBLIC
TY_070 SamlSsoInfo PUBLIC
TY_071 SearchDirectGroupsResponse PUBLIC
TY_072 SearchGroupsResponse PUBLIC
TY_073 SearchTransitiveGroupsResponse PUBLIC
TY_074 SearchTransitiveMembershipsResponse PUBLIC
TY_075 SecuritySettings PUBLIC
TY_077 SignInBehavior PUBLIC
TY_078 Status PUBLIC
TY_079 TransitiveMembershipRole PUBLIC
TY_080 UpdateMembershipRolesParams PUBLIC
TY_081 UserInvitation PUBLIC
TY_082 WipeDeviceRequest PUBLIC
TY_083 WipeDeviceUserRequest PUBLIC
TY_084 ListPoliciesResponse PUBLIC
TY_085 Policy PUBLIC
TY_086 PolicyQuery PUBLIC
TY_087 Setting PUBLIC
TY_T_005 BrowserAttributes PUBLIC
TY_T_010 CertificateAttributes PUBLIC
TY_T_016 Device PUBLIC
TY_T_017 DeviceUser PUBLIC
TY_T_020 DynamicGroupQuery PUBLIC
TY_T_023 EntityKey PUBLIC
TY_T_034 Group PUBLIC
TY_T_035 GroupRelation PUBLIC
TY_T_036 IdpCredential PUBLIC
TY_T_037 InboundSamlSsoProfile PUBLIC
TY_T_038 InboundSsoAssignment PUBLIC
TY_T_052 MemberRelation PUBLIC
TY_T_054 Membership PUBLIC
TY_T_056 MembershipRelation PUBLIC
TY_T_057 MembershipRole PUBLIC
TY_T_063 OrgMembership PUBLIC
TY_T_064 PosixGroup PUBLIC
TY_T_079 TransitiveMembershipRole PUBLIC
TY_T_080 UpdateMembershipRolesParams PUBLIC
TY_T_081 UserInvitation PUBLIC
TY_T_085 Policy PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name cloudidentity:v1beta1 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250304 PUBLIC
C_ROOT_URL STRING API Root URL https://cloudidentity.googleapis.com PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ADD_IDP_CREDENTIALS

  • Description: cloudidentity.inboundSamlSsoProfiles.idpCredentials.add
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
IS_INPUT IMPORTING TY_001 AddIdpCredentialRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

APPROVE_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.approve
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
IS_INPUT IMPORTING TY_003 ApproveDeviceUserRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

BLOCK_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.block
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
IS_INPUT IMPORTING TY_004 BlockDeviceUserRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CANCEL_USERINVITATIONS

  • Description: cloudidentity.customers.userinvitations.cancel
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CUSTOMERS_ID IMPORTING STRING customersId
IV_P_USERINVITATIONS_ID IMPORTING STRING userinvitationsId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CANCEL_WIPE_DEVICES

  • Description: cloudidentity.devices.cancelWipe
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DEVICES_ID IMPORTING STRING devicesId
IS_INPUT IMPORTING TY_008 CancelWipeDeviceRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CANCEL_WIPE_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.cancelWipe
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
IS_INPUT IMPORTING TY_009 CancelWipeDeviceUserRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CHECK_TRANSITIVE_MEMBERSHIP

  • Description: cloudidentity.groups.memberships.checkTransitiveMembership
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_QUERY IMPORTING STRING query
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_012 CheckTransitiveMembershipResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_DEVICES

  • Description: cloudidentity.devices.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_014 CreateDeviceRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_GROUPS

  • Description: cloudidentity.groups.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INITIALGROUPCONFIG IMPORTING STRING initialGroupConfig
IS_INPUT IMPORTING TY_034 Group
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_INBOUND_SAML_SSO_PRO

  • Description: cloudidentity.inboundSamlSsoProfiles.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_037 InboundSamlSsoProfile
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_INBOUND_SSO_ASSIGNME

  • Description: cloudidentity.inboundSsoAssignments.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_038 InboundSsoAssignment
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_MEMBERSHIPS

  • Description: cloudidentity.groups.memberships.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_GROUPS_ID IMPORTING STRING groupsId
IS_INPUT IMPORTING TY_054 Membership
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_DEVICES

  • Description: cloudidentity.devices.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_P_DEVICES_ID IMPORTING STRING devicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_GROUPS

  • Description: cloudidentity.groups.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_IDP_CREDENTIALS

  • Description: cloudidentity.inboundSamlSsoProfiles.idpCredentials.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
IV_P_IDP_CREDENTIALS_ID IMPORTING STRING idpCredentialsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_INBOUND_SAML_SSO_PRO

  • Description: cloudidentity.inboundSamlSsoProfiles.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_INBOUND_SSO_ASSIGNME

  • Description: cloudidentity.inboundSsoAssignments.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SSO_ASSIGNMENTS_I IMPORTING STRING inboundSsoAssignmentsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_MEMBERSHIPS

  • Description: cloudidentity.groups.memberships.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_GROUPS_ID IMPORTING STRING groupsId
IV_P_MEMBERSHIPS_ID IMPORTING STRING membershipsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_CLIENT_STATES

  • Description: cloudidentity.devices.deviceUsers.clientStates.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
IV_P_CLIENT_STATES_ID IMPORTING STRING clientStatesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 ClientState
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_DEVICES

  • Description: cloudidentity.devices.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_P_DEVICES_ID IMPORTING STRING devicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_016 Device
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 DeviceUser
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_GROUPS

  • Description: cloudidentity.groups.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_034 Group
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_IDP_CREDENTIALS

  • Description: cloudidentity.inboundSamlSsoProfiles.idpCredentials.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
IV_P_IDP_CREDENTIALS_ID IMPORTING STRING idpCredentialsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_036 IdpCredential
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_INBOUND_SAML_SSO_PROFIL

  • Description: cloudidentity.inboundSamlSsoProfiles.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_037 InboundSamlSsoProfile
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_INBOUND_SSO_ASSIGNMENTS

  • Description: cloudidentity.inboundSsoAssignments.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_INBOUND_SSO_ASSIGNMENTS_I IMPORTING STRING inboundSsoAssignmentsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_038 InboundSsoAssignment
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_MEMBERSHIPS

  • Description: cloudidentity.groups.memberships.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_GROUPS_ID IMPORTING STRING groupsId
IV_P_MEMBERSHIPS_ID IMPORTING STRING membershipsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 Membership
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_MEMBERSHIP_GRAPH_MEMBER

  • Description: cloudidentity.groups.memberships.getMembershipGraph
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_QUERY IMPORTING STRING query
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_POLICIES

  • Description: cloudidentity.policies.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_POLICIES_ID IMPORTING STRING policiesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_085 Policy
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_SECURITY_SETTINGS_GROUP

  • Description: cloudidentity.groups.getSecuritySettings
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_READMASK IMPORTING STRING readMask
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_075 SecuritySettings
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_USERINVITATIONS

  • Description: cloudidentity.customers.userinvitations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CUSTOMERS_ID IMPORTING STRING customersId
IV_P_USERINVITATIONS_ID IMPORTING STRING userinvitationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_081 UserInvitation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

IS_INVITABLE_USER_USERINVIT

  • Description: cloudidentity.customers.userinvitations.isInvitableUser
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CUSTOMERS_ID IMPORTING STRING customersId
IV_P_USERINVITATIONS_ID IMPORTING STRING userinvitationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 IsInvitableUserResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_DEVICES

  • Description: cloudidentity.devices.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_041 ListDevicesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_DEVICES_ID IMPORTING STRING devicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 ListDeviceUsersResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_GROUPS

  • Description: cloudidentity.groups.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_PARENT IMPORTING STRING parent
IV_Q_VIEW IMPORTING STRING view
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_042 ListGroupsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_IDP_CREDENTIALS

  • Description: cloudidentity.inboundSamlSsoProfiles.idpCredentials.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_043 ListIdpCredentialsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_INBOUND_SAML_SSO_PROFI

  • Description: cloudidentity.inboundSamlSsoProfiles.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_044 ListInboundSamlSsoProfilesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_INBOUND_SSO_ASSIGNMENT

  • Description: cloudidentity.inboundSsoAssignments.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_045 ListInboundSsoAssignmentsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_MEMBERSHIPS

  • Description: cloudidentity.groups.memberships.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_046 ListMembershipsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_MEMBERSHIPS1

  • Description: cloudidentity.orgUnits.memberships.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ORG_UNITS_ID IMPORTING STRING orgUnitsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_047 ListOrgMembershipsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_POLICIES

  • Description: cloudidentity.policies.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_084 ListPoliciesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_USERINVITATIONS

  • Description: cloudidentity.customers.userinvitations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_CUSTOMERS_ID IMPORTING STRING customersId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_048 ListUserInvitationsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LOOKUP_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.lookup
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ANDROIDID IMPORTING STRING androidId
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_RAWRESOURCEID IMPORTING STRING rawResourceId
IV_Q_USERID IMPORTING STRING userId
IV_P_DEVICES_ID IMPORTING STRING devicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_051 LookupSelfDeviceUsersResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LOOKUP_GROUPS

  • Description: cloudidentity.groups.lookup
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_GROUPKEYID IMPORTING STRING groupKey.id
IV_Q_GROUPKEYNAMESPACE IMPORTING STRING groupKey.namespace
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 LookupGroupNameResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LOOKUP_MEMBERSHIPS

  • Description: cloudidentity.groups.memberships.lookup
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MEMBERKEYID IMPORTING STRING memberKey.id
IV_Q_MEMBERKEYNAMESPACE IMPORTING STRING memberKey.namespace
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_050 LookupMembershipNameResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

MODIFY_MEMBERSHIP_ROLES_MEM

  • Description: cloudidentity.groups.memberships.modifyMembershipRoles
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_GROUPS_ID IMPORTING STRING groupsId
IV_P_MEMBERSHIPS_ID IMPORTING STRING membershipsId
IS_INPUT IMPORTING TY_059 ModifyMembershipRolesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_060 ModifyMembershipRolesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

MOVE_MEMBERSHIPS

  • Description: cloudidentity.orgUnits.memberships.move
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORG_UNITS_ID IMPORTING STRING orgUnitsId
IV_P_MEMBERSHIPS_ID IMPORTING STRING membershipsId
IS_INPUT IMPORTING TY_061 MoveOrgMembershipRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_CLIENT_STATES

  • Description: cloudidentity.devices.deviceUsers.clientStates.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CUSTOMER IMPORTING STRING customer
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
IV_P_CLIENT_STATES_ID IMPORTING STRING clientStatesId
IS_INPUT IMPORTING TY_013 ClientState
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_GROUPS

  • Description: cloudidentity.groups.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_GROUPS_ID IMPORTING STRING groupsId
IS_INPUT IMPORTING TY_034 Group
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_INBOUND_SAML_SSO_PROF

  • Description: cloudidentity.inboundSamlSsoProfiles.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_INBOUND_SAML_SSO_PROFILES IMPORTING STRING inboundSamlSsoProfilesId
IS_INPUT IMPORTING TY_037 InboundSamlSsoProfile
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_INBOUND_SSO_ASSIGNMEN

  • Description: cloudidentity.inboundSsoAssignments.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_INBOUND_SSO_ASSIGNMENTS_I IMPORTING STRING inboundSsoAssignmentsId
IS_INPUT IMPORTING TY_038 InboundSsoAssignment
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SEARCH_DIRECT_GROUPS_MEMBER

  • Description: cloudidentity.groups.memberships.searchDirectGroups
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_QUERY IMPORTING STRING query
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_071 SearchDirectGroupsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SEARCH_GROUPS

  • Description: cloudidentity.groups.search
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_QUERY IMPORTING STRING query
IV_Q_VIEW IMPORTING STRING view
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_072 SearchGroupsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SEARCH_TRANSITIVE_GROUPS_ME

  • Description: cloudidentity.groups.memberships.searchTransitiveGroups
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_QUERY IMPORTING STRING query
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_073 SearchTransitiveGroupsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SEARCH_TRANSITIVE_MEMBERSHI

  • Description: groups.memberships.searchTransitiveMemberships
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_GROUPS_ID IMPORTING STRING groupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_074 SearchTransitiveMembershipsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

SEND_USERINVITATIONS

  • Description: cloudidentity.customers.userinvitations.send
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CUSTOMERS_ID IMPORTING STRING customersId
IV_P_USERINVITATIONS_ID IMPORTING STRING userinvitationsId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

UPDATE_SECURITY_SETTINGS_GR

  • Description: cloudidentity.groups.updateSecuritySettings
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_GROUPS_ID IMPORTING STRING groupsId
IS_INPUT IMPORTING TY_075 SecuritySettings
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

WIPE_DEVICES

  • Description: cloudidentity.devices.wipe
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DEVICES_ID IMPORTING STRING devicesId
IS_INPUT IMPORTING TY_082 WipeDeviceRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

WIPE_DEVICE_USERS

  • Description: cloudidentity.devices.deviceUsers.wipe
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DEVICES_ID IMPORTING STRING devicesId
IV_P_DEVICE_USERS_ID IMPORTING STRING deviceUsersId
IS_INPUT IMPORTING TY_083 WipeDeviceUserRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC