Skip to content

/AWS1/CL_GDYACCESSKEYDETAILS

Contains information about the access keys.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_accesskeyid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The access key ID of the user.

iv_principalid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The principal ID of the user.

iv_username TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The name of the user.

iv_usertype TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The type of the user.


Queryable Attributes

AccessKeyId

The access key ID of the user.

Accessible with the following methods

Method Description
GET_ACCESSKEYID() Getter for ACCESSKEYID, with configurable default
ASK_ACCESSKEYID() Getter for ACCESSKEYID w/ exceptions if field has no value
HAS_ACCESSKEYID() Determine if ACCESSKEYID has a value

PrincipalId

The 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

The 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

The 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