AppAuthorization

Contains information about an app authorization.

Types

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

Properties

Link copied to clipboard
val app: String

The name of the application.

Link copied to clipboard

The Amazon Resource Name (ARN) of the app authorization.

Link copied to clipboard

The Amazon Resource Name (ARN) of the app bundle for the app authorization.

Link copied to clipboard

The authorization type.

Link copied to clipboard

The application URL for the OAuth flow.

Link copied to clipboard

The timestamp of when the app authorization was created.

Link copied to clipboard

The user persona of the app authorization.

Link copied to clipboard

The state of the app authorization.

Link copied to clipboard

Contains information about an application tenant, such as the application display name and identifier.

Link copied to clipboard

The timestamp of when the app authorization was last updated.

Functions

Link copied to clipboard
inline fun copy(block: AppAuthorization.Builder.() -> Unit = {}): AppAuthorization
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