Class: Aws::RolesAnywhere::Types::SubjectSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb

Overview

A summary representation of subjects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.

Returns:

  • (Time)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

The enabled status of the subject.

Returns:

  • (Boolean)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end

#last_seen_atTime

The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.

Returns:

  • (Time)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end

#subject_arnString

The ARN of the resource.

Returns:

  • (String)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end

#subject_idString

The id of the resource.

Returns:

  • (String)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The ISO-8601 timestamp when the subject was last updated.

Returns:

  • (Time)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end

#x509_subjectString

The x509 principal identifier of the authenticating certificate.

Returns:

  • (String)


991
992
993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 991

class SubjectSummary < Struct.new(
  :created_at,
  :enabled,
  :last_seen_at,
  :subject_arn,
  :subject_id,
  :updated_at,
  :x509_subject)
  SENSITIVE = []
  include Aws::Structure
end