Class: Aws::SSOAdmin::Types::PermissionSetProvisioningStatus

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

A structure that is used to provide the status of the provisioning operation for a specified permission set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the Amazon Web Services account from which to list the assignments.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460

class PermissionSetProvisioningStatus < Struct.new(
  :account_id,
  :created_date,
  :failure_reason,
  :permission_set_arn,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date that the permission set was created.

Returns:

  • (Time)


3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460

class PermissionSetProvisioningStatus < Struct.new(
  :account_id,
  :created_date,
  :failure_reason,
  :permission_set_arn,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

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

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460

class PermissionSetProvisioningStatus < Struct.new(
  :account_id,
  :created_date,
  :failure_reason,
  :permission_set_arn,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#permission_set_arnString

The ARN of the permission set that is being provisioned. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460

class PermissionSetProvisioningStatus < Struct.new(
  :account_id,
  :created_date,
  :failure_reason,
  :permission_set_arn,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

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

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460

class PermissionSetProvisioningStatus < Struct.new(
  :account_id,
  :created_date,
  :failure_reason,
  :permission_set_arn,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the permission set provisioning process.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3460

class PermissionSetProvisioningStatus < Struct.new(
  :account_id,
  :created_date,
  :failure_reason,
  :permission_set_arn,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end