Skip to content

/AWS1/CL_IDSGETUSERIDRESPONSE

GetUserIdResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_userid TYPE /AWS1/IDSRESOURCEID /AWS1/IDSRESOURCEID

The identifier for a user in the identity store.

iv_identitystoreid TYPE /AWS1/IDSIDENTITYSTOREID /AWS1/IDSIDENTITYSTOREID

The globally unique identifier for the identity store.


Queryable Attributes

UserId

The identifier for a user in the identity store.

Accessible with the following methods

Method Description
GET_USERID() Getter for USERID, with configurable default
ASK_USERID() Getter for USERID w/ exceptions if field has no value
HAS_USERID() Determine if USERID has a value

IdentityStoreId

The globally unique identifier for the identity store.

Accessible with the following methods

Method Description
GET_IDENTITYSTOREID() Getter for IDENTITYSTOREID, with configurable default
ASK_IDENTITYSTOREID() Getter for IDENTITYSTOREID w/ exceptions if field has no val
HAS_IDENTITYSTOREID() Determine if IDENTITYSTOREID has a value