GetApplicationResult

data class GetApplicationResult(val applicationArn: String? = null, val description: String? = null, val name: String? = null, val portalOptions: ApplicationPortalOptionsConfiguration? = null, val status: ApplicationStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, description: String? = null, name: String? = null, portalOptions: ApplicationPortalOptionsConfiguration? = null, status: ApplicationStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The Application ARN that is returned upon creation of the Identity Center (SSO) Application

Link copied to clipboard
val description: String? = null

The description information for the Identity Center (SSO) Application

Link copied to clipboard
val name: String? = null

The name you want to assign to this Identity Center (SSO) Application

Link copied to clipboard

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

Link copied to clipboard

Specifies whether the application is enabled or disabled

Link copied to clipboard
val tags: List<Tag>? = null

Specifies tags to be attached to the application