Skip to content

/AWS1/CL_GDYACCESSKEY

Contains information about the access keys.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_principalid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Principal ID of the user.

iv_username TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Name of the user.

iv_usertype TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Type of the user.


Queryable Attributes

PrincipalId

Principal ID of the user.

Accessible with the following methods

Method Description
GET_PRINCIPALID() Getter for PRINCIPALID, with configurable default
ASK_PRINCIPALID() Getter for PRINCIPALID w/ exceptions if field has no value
HAS_PRINCIPALID() Determine if PRINCIPALID has a value

UserName

Name of the user.

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

UserType

Type of the user.

Accessible with the following methods

Method Description
GET_USERTYPE() Getter for USERTYPE, with configurable default
ASK_USERTYPE() Getter for USERTYPE w/ exceptions if field has no value
HAS_USERTYPE() Determine if USERTYPE has a value