You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSOAdmin::Types::AccountAssignmentOperationStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date that the permission set was created.

Returns:

  • (Time)

    The date that the permission set was created.

#failure_reasonString

The message that contains an error or exception in case of an operation failure.

Returns:

  • (String)

    The message that contains an error or exception in case of an operation failure.

#permission_set_arnString

The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

Returns:

  • (String)

    The ARN of the permission set.

#principal_idString

An identifier for an object in AWS SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API Reference.

Returns:

  • (String)

    An identifier for an object in AWS SSO, such as a user or group.

#principal_typeString

The entity type for which the assignment will be created.

Possible values:

  • USER
  • GROUP

Returns:

  • (String)

    The entity type for which the assignment will be created.

#request_idString

The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

Returns:

  • (String)

    The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

#statusString

The status of the permission set provisioning process.

Possible values:

  • IN_PROGRESS
  • FAILED
  • SUCCEEDED

Returns:

  • (String)

    The status of the permission set provisioning process.

#target_idString

TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).

Returns:

  • (String)

    TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).

#target_typeString

The entity type for which the assignment will be created.

Possible values:

  • AWS_ACCOUNT

Returns:

  • (String)

    The entity type for which the assignment will be created.