/AWS1/CL_SGNPERMISSION¶
A cross-account permission for a signing profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_action TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
An AWS Signer action permitted as part of cross-account permissions.
iv_principal TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
The AWS principal that has been granted a cross-account permission.
iv_statementid TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
A unique identifier for a cross-account permission statement.
iv_profileversion TYPE /AWS1/SGNPROFILEVERSION /AWS1/SGNPROFILEVERSION¶
The signing profile version that a permission applies to.
Queryable Attributes¶
action¶
An AWS Signer action permitted as part of cross-account permissions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
principal¶
The AWS principal that has been granted a cross-account permission.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPAL() |
Getter for PRINCIPAL, with configurable default |
ASK_PRINCIPAL() |
Getter for PRINCIPAL w/ exceptions if field has no value |
HAS_PRINCIPAL() |
Determine if PRINCIPAL has a value |
statementId¶
A unique identifier for a cross-account permission statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENTID() |
Getter for STATEMENTID, with configurable default |
ASK_STATEMENTID() |
Getter for STATEMENTID w/ exceptions if field has no value |
HAS_STATEMENTID() |
Determine if STATEMENTID has a value |
profileVersion¶
The signing profile version that a permission applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEVERSION() |
Getter for PROFILEVERSION, with configurable default |
ASK_PROFILEVERSION() |
Getter for PROFILEVERSION w/ exceptions if field has no valu |
HAS_PROFILEVERSION() |
Determine if PROFILEVERSION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PERMISSIONS¶
TYPES TT_PERMISSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGNPERMISSION WITH DEFAULT KEY
.