GetPermissionSetPlainArgs

data class GetPermissionSetPlainArgs(val arn: String? = null, val instanceArn: String, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetPermissionSetPlainArgs>

A collection of arguments for invoking getPermissionSet.

Constructors

Link copied to clipboard
constructor(arn: String? = null, instanceArn: String, name: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String? = null

ARN of the permission set.

Link copied to clipboard

ARN of the SSO Instance associated with the permission set.

Link copied to clipboard
val name: String? = null

Name of the SSO Permission Set.

Link copied to clipboard
val tags: Map<String, String>? = null

Key-value map of resource tags.

Functions

Link copied to clipboard
open override fun toJava(): GetPermissionSetPlainArgs