Application

A structure that describes an application that uses IAM Identity Center for access management.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account ID number of the application.

Link copied to clipboard

The ARN of the application.

Link copied to clipboard

The ARN of the application provider for this application.

Link copied to clipboard

The date and time when the application was originally created.

Link copied to clipboard

The description of the application.

Link copied to clipboard

The ARN of the instance of IAM Identity Center that is configured with this application.

Link copied to clipboard
val name: String?

The name of the application.

Link copied to clipboard

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

Link copied to clipboard

The current status of the application in this instance of IAM Identity Center.

Functions

Link copied to clipboard
inline fun copy(block: Application.Builder.() -> Unit = {}): Application
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String