Skip to content

/AWS1/CL_ORGENABLEDSVCPRINC

A structure that contains details of a service principal that represents an Amazon Web Services service that is enabled to integrate with Organizations.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SERVICEPRINCIPAL TYPE /AWS1/ORGSERVICEPRINCIPAL /AWS1/ORGSERVICEPRINCIPAL

The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

IV_DATEENABLED TYPE /AWS1/ORGTIMESTAMP /AWS1/ORGTIMESTAMP

The date that the service principal was enabled for integration with Organizations.


Queryable Attributes

ServicePrincipal

The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

Accessible with the following methods

Method Description
GET_SERVICEPRINCIPAL() Getter for SERVICEPRINCIPAL, with configurable default
ASK_SERVICEPRINCIPAL() Getter for SERVICEPRINCIPAL w/ exceptions if field has no va
HAS_SERVICEPRINCIPAL() Determine if SERVICEPRINCIPAL has a value

DateEnabled

The date that the service principal was enabled for integration with Organizations.

Accessible with the following methods

Method Description
GET_DATEENABLED() Getter for DATEENABLED, with configurable default
ASK_DATEENABLED() Getter for DATEENABLED w/ exceptions if field has no value
HAS_DATEENABLED() Determine if DATEENABLED 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_ENABLEDSERVICEPRINCIPALS

TYPES TT_ENABLEDSERVICEPRINCIPALS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ORGENABLEDSVCPRINC WITH DEFAULT KEY
.