Skip to content

/AWS1/CL_SUZGETSUPPPERMITOUT

GetSupportPermitOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/SUZNAME /AWS1/SUZNAME

The name of the support permit.

iv_arn TYPE /AWS1/SUZARN /AWS1/SUZARN

The ARN of the support permit.

io_permit TYPE REF TO /AWS1/CL_SUZPERMIT /AWS1/CL_SUZPERMIT

The permit definition.

iv_status TYPE /AWS1/SUZSUPPORTPERMITSTATUS /AWS1/SUZSUPPORTPERMITSTATUS

The current status of the support permit.

io_signingkeyinfo TYPE REF TO /AWS1/CL_SUZSIGNINGKEYINFO /AWS1/CL_SUZSIGNINGKEYINFO

The signing key information for the permit.

iv_createdat TYPE /AWS1/SUZTIMESTAMP /AWS1/SUZTIMESTAMP

The timestamp when the permit was created.

Optional arguments:

iv_description TYPE /AWS1/SUZDESCRIPTION /AWS1/SUZDESCRIPTION

The description of the support permit.

iv_supportcasedisplayid TYPE /AWS1/SUZSUPPORTCASEDISPLAYID /AWS1/SUZSUPPORTCASEDISPLAYID

The display identifier of the support case associated with the permit.

it_tags TYPE /AWS1/CL_SUZTAGS_W=>TT_TAGS TT_TAGS

The tags associated with the support permit.


Queryable Attributes

name

The name of the support permit.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

arn

The ARN of the support permit.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

description

The description of the support permit.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

permit

The permit definition.

Accessible with the following methods

Method Description
GET_PERMIT() Getter for PERMIT

status

The current status of the support permit.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

signingKeyInfo

The signing key information for the permit.

Accessible with the following methods

Method Description
GET_SIGNINGKEYINFO() Getter for SIGNINGKEYINFO

createdAt

The timestamp when the permit was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

supportCaseDisplayId

The display identifier of the support case associated with the permit.

Accessible with the following methods

Method Description
GET_SUPPORTCASEDISPLAYID() Getter for SUPPORTCASEDISPLAYID, with configurable default
ASK_SUPPORTCASEDISPLAYID() Getter for SUPPORTCASEDISPLAYID w/ exceptions if field has n
HAS_SUPPORTCASEDISPLAYID() Determine if SUPPORTCASEDISPLAYID has a value

tags

The tags associated with the support permit.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value