GetGroupResult

data class GetGroupResult(val arn: String? = null, val managedPolicyArns: List<String>? = null, val path: String? = null, val policies: List<GroupPolicy>? = null)

Constructors

Link copied to clipboard
fun GetGroupResult(arn: String? = null, managedPolicyArns: List<String>? = null, path: String? = null, policies: List<GroupPolicy>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Arn of the group to create

Link copied to clipboard

A list of Amazon Resource Names (ARNs) of the IAM managed policies that you want to attach to the role.

Link copied to clipboard
val path: String? = null

The path to the group

Link copied to clipboard
val policies: List<GroupPolicy>? = null

Adds or updates an inline policy document that is embedded in the specified IAM group