/AWS1/CL_SGNGETSIGNINGPFLRSP¶
GetSigningProfileResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_profilename TYPE /AWS1/SGNPROFILENAME /AWS1/SGNPROFILENAME¶
The name of the target signing profile.
iv_profileversion TYPE /AWS1/SGNPROFILEVERSION /AWS1/SGNPROFILEVERSION¶
The current version of the signing profile.
iv_profileversionarn TYPE /AWS1/SGNARN /AWS1/SGNARN¶
The signing profile ARN, including the profile version.
io_revocationrecord TYPE REF TO /AWS1/CL_SGNSIGNINGPFLREVOCA00 /AWS1/CL_SGNSIGNINGPFLREVOCA00¶
revocationRecord
io_signingmaterial TYPE REF TO /AWS1/CL_SGNSIGNINGMATERIAL /AWS1/CL_SGNSIGNINGMATERIAL¶
The ARN of the certificate that the target profile uses for signing operations.
iv_platformid TYPE /AWS1/SGNPLATFORMID /AWS1/SGNPLATFORMID¶
The ID of the platform that is used by the target signing profile.
iv_platformdisplayname TYPE /AWS1/SGNDISPLAYNAME /AWS1/SGNDISPLAYNAME¶
A human-readable name for the signing platform associated with the signing profile.
io_signaturevalidityperiod TYPE REF TO /AWS1/CL_SGNSIGVALIDITYPERIOD /AWS1/CL_SGNSIGVALIDITYPERIOD¶
signatureValidityPeriod
io_overrides TYPE REF TO /AWS1/CL_SGNSIGNINGPLATFORMO00 /AWS1/CL_SGNSIGNINGPLATFORMO00¶
A list of overrides applied by the target signing profile for signing operations.
it_signingparameters TYPE /AWS1/CL_SGNSIGNINGPARAMS_W=>TT_SIGNINGPARAMETERS TT_SIGNINGPARAMETERS¶
A map of key-value pairs for signing operations that is attached to the target signing profile.
iv_status TYPE /AWS1/SGNSIGNINGPROFILESTATUS /AWS1/SGNSIGNINGPROFILESTATUS¶
The status of the target signing profile.
iv_statusreason TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
Reason for the status of the target signing profile.
iv_arn TYPE /AWS1/SGNSTRING /AWS1/SGNSTRING¶
The Amazon Resource Name (ARN) for the signing profile.
it_tags TYPE /AWS1/CL_SGNTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
A list of tags associated with the signing profile.
Queryable Attributes¶
profileName¶
The name of the target signing profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILENAME() |
Getter for PROFILENAME, with configurable default |
ASK_PROFILENAME() |
Getter for PROFILENAME w/ exceptions if field has no value |
HAS_PROFILENAME() |
Determine if PROFILENAME has a value |
profileVersion¶
The current version of the signing profile.
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 |
profileVersionArn¶
The signing profile ARN, including the profile version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEVERSIONARN() |
Getter for PROFILEVERSIONARN, with configurable default |
ASK_PROFILEVERSIONARN() |
Getter for PROFILEVERSIONARN w/ exceptions if field has no v |
HAS_PROFILEVERSIONARN() |
Determine if PROFILEVERSIONARN has a value |
revocationRecord¶
revocationRecord
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOCATIONRECORD() |
Getter for REVOCATIONRECORD |
signingMaterial¶
The ARN of the certificate that the target profile uses for signing operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINGMATERIAL() |
Getter for SIGNINGMATERIAL |
platformId¶
The ID of the platform that is used by the target signing profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORMID() |
Getter for PLATFORMID, with configurable default |
ASK_PLATFORMID() |
Getter for PLATFORMID w/ exceptions if field has no value |
HAS_PLATFORMID() |
Determine if PLATFORMID has a value |
platformDisplayName¶
A human-readable name for the signing platform associated with the signing profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORMDISPLAYNAME() |
Getter for PLATFORMDISPLAYNAME, with configurable default |
ASK_PLATFORMDISPLAYNAME() |
Getter for PLATFORMDISPLAYNAME w/ exceptions if field has no |
HAS_PLATFORMDISPLAYNAME() |
Determine if PLATFORMDISPLAYNAME has a value |
signatureValidityPeriod¶
signatureValidityPeriod
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATUREVALIDITYPERIOD() |
Getter for SIGNATUREVALIDITYPERIOD |
overrides¶
A list of overrides applied by the target signing profile for signing operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERRIDES() |
Getter for OVERRIDES |
signingParameters¶
A map of key-value pairs for signing operations that is attached to the target signing profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINGPARAMETERS() |
Getter for SIGNINGPARAMETERS, with configurable default |
ASK_SIGNINGPARAMETERS() |
Getter for SIGNINGPARAMETERS w/ exceptions if field has no v |
HAS_SIGNINGPARAMETERS() |
Determine if SIGNINGPARAMETERS has a value |
status¶
The status of the target signing profile.
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 |
statusReason¶
Reason for the status of the target signing profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
arn¶
The Amazon Resource Name (ARN) for the signing profile.
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 |
tags¶
A list of tags associated with the signing profile.
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 |