/AWS1/CL_HPPJWTKEY¶
The JWT key stored in Amazon Web Services Secrets Manager for Slurm REST API authentication.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_secretarn TYPE /AWS1/HPPSTRING /AWS1/HPPSTRING¶
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the JWT key.
iv_secretversion TYPE /AWS1/HPPSTRING /AWS1/HPPSTRING¶
The version of the Amazon Web Services Secrets Manager secret containing the JWT key.
Queryable Attributes¶
secretArn¶
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the JWT key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |
secretVersion¶
The version of the Amazon Web Services Secrets Manager secret containing the JWT key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETVERSION() |
Getter for SECRETVERSION, with configurable default |
ASK_SECRETVERSION() |
Getter for SECRETVERSION w/ exceptions if field has no value |
HAS_SECRETVERSION() |
Determine if SECRETVERSION has a value |