Class: Aws::RolesAnywhere::Types::SubjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::SubjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
A summary representation of subjects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.
-
#enabled ⇒ Boolean
The enabled status of the subject.
-
#last_seen_at ⇒ Time
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
-
#subject_arn ⇒ String
The ARN of the resource.
-
#subject_id ⇒ String
The id of the resource.
-
#updated_at ⇒ Time
The ISO-8601 timestamp when the subject was last updated.
-
#x509_subject ⇒ String
The x509 principal identifier of the authenticating certificate.
Instance Attribute Details
#created_at ⇒ Time
The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 class SubjectSummary < Struct.new( :created_at, :enabled, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
The enabled status of the subject.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 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_at ⇒ Time
The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 class SubjectSummary < Struct.new( :created_at, :enabled, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#subject_arn ⇒ String
The ARN of the resource.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 class SubjectSummary < Struct.new( :created_at, :enabled, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The id of the resource.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 class SubjectSummary < Struct.new( :created_at, :enabled, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The ISO-8601 timestamp when the subject was last updated.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 class SubjectSummary < Struct.new( :created_at, :enabled, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#x509_subject ⇒ String
The x509 principal identifier of the authenticating certificate.
1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1003 class SubjectSummary < Struct.new( :created_at, :enabled, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |