class Aws::SecurityHub::Types::AwsIamGroupDetails

Contains details about an IAM group.

@note When making an API call, you may pass AwsIamGroupDetails

data as a hash:

    {
      attached_managed_policies: [
        {
          policy_name: "NonEmptyString",
          policy_arn: "NonEmptyString",
        },
      ],
      create_date: "NonEmptyString",
      group_id: "NonEmptyString",
      group_name: "NonEmptyString",
      group_policy_list: [
        {
          policy_name: "NonEmptyString",
        },
      ],
      path: "NonEmptyString",
    }

@!attribute [rw] attached_managed_policies

A list of the managed policies that are attached to the IAM group.
@return [Array<Types::AwsIamAttachedManagedPolicy>]

@!attribute [rw] create_date

Indicates when the IAM group was created.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] group_id

The identifier of the IAM group.
@return [String]

@!attribute [rw] group_name

The name of the IAM group.
@return [String]

@!attribute [rw] group_policy_list

The list of inline policies that are embedded in the group.
@return [Array<Types::AwsIamGroupPolicy>]

@!attribute [rw] path

The path to the group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamGroupDetails AWS API Documentation

Constants

SENSITIVE