Skip to content

/AWS1/CL_S3_GRANTEE

Container for the person being granted permissions.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/S3_TYPE /AWS1/S3_TYPE

Type of grantee

Optional arguments:

iv_displayname TYPE /AWS1/S3_DISPLAYNAME /AWS1/S3_DISPLAYNAME

iv_emailaddress TYPE /AWS1/S3_EMAILADDRESS /AWS1/S3_EMAILADDRESS

iv_id TYPE /AWS1/S3_ID /AWS1/S3_ID

The canonical user ID of the grantee.

iv_uri TYPE /AWS1/S3_URI /AWS1/S3_URI

URI of the grantee group.


Queryable Attributes

DisplayName

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

EmailAddress

Accessible with the following methods

Method Description
GET_EMAILADDRESS() Getter for EMAILADDRESS, with configurable default
ASK_EMAILADDRESS() Getter for EMAILADDRESS w/ exceptions if field has no value
HAS_EMAILADDRESS() Determine if EMAILADDRESS has a value

ID

The canonical user ID of the grantee.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

URI

URI of the grantee group.

Accessible with the following methods

Method Description
GET_URI() Getter for URI, with configurable default
ASK_URI() Getter for URI w/ exceptions if field has no value
HAS_URI() Determine if URI has a value

Type

Type of grantee

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value