/AWS1/CL_EKSARGOCDROLEMAPPING¶
A mapping between an Argo CD role and IAM Identity CenterIAM; Identity Center identities. This defines which users or groups have specific permissions in Argo CD.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_role TYPE /AWS1/EKSARGOCDROLE /AWS1/EKSARGOCDROLE¶
The Argo CD role to assign. Valid values are:
ADMIN– Full administrative access to Argo CD.
EDITOR– Edit access to Argo CD resources.
VIEWER– Read-only access to Argo CD resources.
it_identities TYPE /AWS1/CL_EKSSSOIDENTITY=>TT_SSOIDENTITYLIST TT_SSOIDENTITYLIST¶
A list of IAM Identity CenterIAM; Identity Center identities (users or groups) that should be assigned this Argo CD role.
Queryable Attributes¶
role¶
The Argo CD role to assign. Valid values are:
ADMIN– Full administrative access to Argo CD.
EDITOR– Edit access to Argo CD resources.
VIEWER– Read-only access to Argo CD resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLE() |
Getter for ROLE, with configurable default |
ASK_ROLE() |
Getter for ROLE w/ exceptions if field has no value |
HAS_ROLE() |
Determine if ROLE has a value |
identities¶
A list of IAM Identity CenterIAM; Identity Center identities (users or groups) that should be assigned this Argo CD role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTITIES() |
Getter for IDENTITIES, with configurable default |
ASK_IDENTITIES() |
Getter for IDENTITIES w/ exceptions if field has no value |
HAS_IDENTITIES() |
Determine if IDENTITIES 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_ARGOCDROLEMAPPINGLIST¶
TYPES TT_ARGOCDROLEMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSARGOCDROLEMAPPING WITH DEFAULT KEY
.