Get Application Result
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)
Properties
Link copied to clipboard
The Application ARN that is returned upon creation of the Identity Center (SSO) Application
Link copied to clipboard
The description information for the 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