Class: Aws::RolesAnywhere::Types::SubjectDetail

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

Overview

The state of the subject after a read or write operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The ISO-8601 timestamp when the subject was created.

Returns:

  • (Time)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

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

#credentialsArray<Types::CredentialSummary>

The temporary session credentials vended at the last authenticating call with this subject.

Returns:



931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

class SubjectDetail < Struct.new(
  :created_at,
  :credentials,
  :enabled,
  :instance_properties,
  :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)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

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

#instance_propertiesArray<Types::InstanceProperty>

The specified instance properties associated with the request.

Returns:



931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

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

#last_seen_atTime

The ISO-8601 timestamp of the last time this subject requested temporary session credentials.

Returns:

  • (Time)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

class SubjectDetail < Struct.new(
  :created_at,
  :credentials,
  :enabled,
  :instance_properties,
  :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)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

class SubjectDetail < Struct.new(
  :created_at,
  :credentials,
  :enabled,
  :instance_properties,
  :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)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

class SubjectDetail < Struct.new(
  :created_at,
  :credentials,
  :enabled,
  :instance_properties,
  :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)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

class SubjectDetail < Struct.new(
  :created_at,
  :credentials,
  :enabled,
  :instance_properties,
  :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)


931
932
933
934
935
936
937
938
939
940
941
942
943
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 931

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