GetPermissionSetResult

data class GetPermissionSetResult(val arn: String, val createdDate: String, val description: String, val id: String, val instanceArn: String, val name: String, val relayState: String, val sessionDuration: String, val tags: Map<String, String>)

A collection of values returned by getPermissionSet.

Constructors

Link copied to clipboard
constructor(arn: String, createdDate: String, description: String, id: String, instanceArn: String, name: String, relayState: String, sessionDuration: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard
Link copied to clipboard

Description of the Permission Set.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Relay state URL used to redirect users within the application during the federation authentication process.

Link copied to clipboard

Length of time that the application user sessions are valid in the ISO-8601 standard.

Link copied to clipboard

Key-value map of resource tags.