Skip to content

/AWS1/CL_ORGDELEGATEDADMINIS00

Contains information about the delegated administrator.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/ORGACCOUNTID /AWS1/ORGACCOUNTID

The unique identifier (ID) of the delegated administrator's account.

iv_arn TYPE /AWS1/ORGACCOUNTARN /AWS1/ORGACCOUNTARN

The Amazon Resource Name (ARN) of the delegated administrator's account.

iv_email TYPE /AWS1/ORGEMAIL /AWS1/ORGEMAIL

The email address that is associated with the delegated administrator's Amazon Web Services account.

iv_name TYPE /AWS1/ORGACCOUNTNAME /AWS1/ORGACCOUNTNAME

The friendly name of the delegated administrator's account.

iv_status TYPE /AWS1/ORGACCOUNTSTATUS /AWS1/ORGACCOUNTSTATUS

The status of the delegated administrator's account in the organization.

iv_state TYPE /AWS1/ORGACCOUNTSTATE /AWS1/ORGACCOUNTSTATE

Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.

For more information about account states and their implications, see Monitor the state of your Amazon Web Services accounts in the Organizations User Guide.

iv_joinedmethod TYPE /AWS1/ORGACCOUNTJOINEDMETHOD /AWS1/ORGACCOUNTJOINEDMETHOD

The method by which the delegated administrator's account joined the organization.

iv_joinedtimestamp TYPE /AWS1/ORGTIMESTAMP /AWS1/ORGTIMESTAMP

The date when the delegated administrator's account became a part of the organization.

iv_delegationenableddate TYPE /AWS1/ORGTIMESTAMP /AWS1/ORGTIMESTAMP

The date when the account was made a delegated administrator.


Queryable Attributes

Id

The unique identifier (ID) of the delegated administrator's account.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Arn

The Amazon Resource Name (ARN) of the delegated administrator's account.

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

Email

The email address that is associated with the delegated administrator's Amazon Web Services account.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

Name

The friendly name of the delegated administrator's account.

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

Status

The status of the delegated administrator's account in the organization.

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

State

Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.

For more information about account states and their implications, see Monitor the state of your Amazon Web Services accounts in the Organizations User Guide.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

JoinedMethod

The method by which the delegated administrator's account joined the organization.

Accessible with the following methods

Method Description
GET_JOINEDMETHOD() Getter for JOINEDMETHOD, with configurable default
ASK_JOINEDMETHOD() Getter for JOINEDMETHOD w/ exceptions if field has no value
HAS_JOINEDMETHOD() Determine if JOINEDMETHOD has a value

JoinedTimestamp

The date when the delegated administrator's account became a part of the organization.

Accessible with the following methods

Method Description
GET_JOINEDTIMESTAMP() Getter for JOINEDTIMESTAMP, with configurable default
ASK_JOINEDTIMESTAMP() Getter for JOINEDTIMESTAMP w/ exceptions if field has no val
HAS_JOINEDTIMESTAMP() Determine if JOINEDTIMESTAMP has a value

DelegationEnabledDate

The date when the account was made a delegated administrator.

Accessible with the following methods

Method Description
GET_DELEGATIONENABLEDDATE() Getter for DELEGATIONENABLEDDATE, with configurable default
ASK_DELEGATIONENABLEDDATE() Getter for DELEGATIONENABLEDDATE w/ exceptions if field has
HAS_DELEGATIONENABLEDDATE() Determine if DELEGATIONENABLEDDATE 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_DELEGATEDADMINISTRATORS

TYPES TT_DELEGATEDADMINISTRATORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ORGDELEGATEDADMINIS00 WITH DEFAULT KEY
.