Skip to content

/AWS1/CL_SSA=>CREATEAPPLICATION()

About CreateApplication

Creates an application in IAM Identity Center for the given application provider.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEARN TYPE /AWS1/SSAINSTANCEARN /AWS1/SSAINSTANCEARN

The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

IV_APPLICATIONPROVIDERARN TYPE /AWS1/SSAAPPLICATIONPVDRARN /AWS1/SSAAPPLICATIONPVDRARN

The ARN of the application provider under which the operation will run.

IV_NAME TYPE /AWS1/SSANAMETYPE /AWS1/SSANAMETYPE

The name of the .

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/SSADESCRIPTION /AWS1/SSADESCRIPTION

The description of the .

IO_PORTALOPTIONS TYPE REF TO /AWS1/CL_SSAPORTALOPTIONS /AWS1/CL_SSAPORTALOPTIONS

A structure that describes the options for the portal associated with an application.

IT_TAGS TYPE /AWS1/CL_SSATAG=>TT_TAGLIST TT_TAGLIST

Specifies tags to be attached to the application.

IV_STATUS TYPE /AWS1/SSAAPPLICATIONSTATUS /AWS1/SSAAPPLICATIONSTATUS

Specifies whether the application is enabled or disabled.

IV_CLIENTTOKEN TYPE /AWS1/SSACLIENTTOKEN /AWS1/SSACLIENTTOKEN

Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSACREAPPLICATIONRSP /AWS1/CL_SSACREAPPLICATIONRSP