Skip to content

/AWS1/CL_WKRGETNETWORKRESPONSE

GetNetworkResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_networkid TYPE /AWS1/WKRNETWORKID /AWS1/WKRNETWORKID

The unique identifier of the network.

iv_networkname TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The name of the network.

iv_accesslevel TYPE /AWS1/WKRACCESSLEVEL /AWS1/WKRACCESSLEVEL

The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.

iv_awsaccountid TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The Amazon Web Services account ID that owns the network.

iv_networkarn TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The Amazon Resource Name (ARN) of the network.

Optional arguments:

iv_standing TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The current standing or status of the network.

iv_freetrialexpiration TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The expiration date and time for the network's free trial period, if applicable.

iv_migrationstate TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).

iv_encryptionkeyarn TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.


Queryable Attributes

networkId

The unique identifier of the network.

Accessible with the following methods

Method Description
GET_NETWORKID() Getter for NETWORKID, with configurable default
ASK_NETWORKID() Getter for NETWORKID w/ exceptions if field has no value
HAS_NETWORKID() Determine if NETWORKID has a value

networkName

The name of the network.

Accessible with the following methods

Method Description
GET_NETWORKNAME() Getter for NETWORKNAME, with configurable default
ASK_NETWORKNAME() Getter for NETWORKNAME w/ exceptions if field has no value
HAS_NETWORKNAME() Determine if NETWORKNAME has a value

accessLevel

The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.

Accessible with the following methods

Method Description
GET_ACCESSLEVEL() Getter for ACCESSLEVEL, with configurable default
ASK_ACCESSLEVEL() Getter for ACCESSLEVEL w/ exceptions if field has no value
HAS_ACCESSLEVEL() Determine if ACCESSLEVEL has a value

awsAccountId

The Amazon Web Services account ID that owns the network.

Accessible with the following methods

Method Description
GET_AWSACCOUNTID() Getter for AWSACCOUNTID, with configurable default
ASK_AWSACCOUNTID() Getter for AWSACCOUNTID w/ exceptions if field has no value
HAS_AWSACCOUNTID() Determine if AWSACCOUNTID has a value

networkArn

The Amazon Resource Name (ARN) of the network.

Accessible with the following methods

Method Description
GET_NETWORKARN() Getter for NETWORKARN, with configurable default
ASK_NETWORKARN() Getter for NETWORKARN w/ exceptions if field has no value
HAS_NETWORKARN() Determine if NETWORKARN has a value

standing

The current standing or status of the network.

Accessible with the following methods

Method Description
GET_STANDING() Getter for STANDING, with configurable default
ASK_STANDING() Getter for STANDING w/ exceptions if field has no value
HAS_STANDING() Determine if STANDING has a value

freeTrialExpiration

The expiration date and time for the network's free trial period, if applicable.

Accessible with the following methods

Method Description
GET_FREETRIALEXPIRATION() Getter for FREETRIALEXPIRATION, with configurable default
ASK_FREETRIALEXPIRATION() Getter for FREETRIALEXPIRATION w/ exceptions if field has no
HAS_FREETRIALEXPIRATION() Determine if FREETRIALEXPIRATION has a value

migrationState

The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).

Accessible with the following methods

Method Description
GET_MIGRATIONSTATE() Getter for MIGRATIONSTATE, with configurable default
ASK_MIGRATIONSTATE() Getter for MIGRATIONSTATE w/ exceptions if field has no valu
HAS_MIGRATIONSTATE() Determine if MIGRATIONSTATE has a value

encryptionKeyArn

The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.

Accessible with the following methods

Method Description
GET_ENCRYPTIONKEYARN() Getter for ENCRYPTIONKEYARN, with configurable default
ASK_ENCRYPTIONKEYARN() Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va
HAS_ENCRYPTIONKEYARN() Determine if ENCRYPTIONKEYARN has a value