GroupDetail

Contains information about an IAM group, including all of the group's policies.

This data type is used as a response element in the GetAccountAuthorizationDetails operation.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.

Link copied to clipboard

A list of the managed policies attached to the group.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the group was created.

Link copied to clipboard

The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The friendly name that identifies the group.

Link copied to clipboard

A list of the inline policies embedded in the group.

Link copied to clipboard
val path: String?

The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.

Functions

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