Class: Aws::RolesAnywhere::Types::ProfileDetail

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_role_session_nameBoolean

Used to determine if a custom role session name will be accepted in a temporary credential request.

Returns:

  • (Boolean)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_mappingsArray<Types::AttributeMapping>

A mapping applied to the authenticating end-entity certificate.

Returns:



664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The ISO-8601 timestamp when the profile was created.

Returns:

  • (Time)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The Amazon Web Services account that created the profile.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#duration_secondsInteger

Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.

Returns:

  • (Integer)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether the profile is enabled.

Returns:

  • (Boolean)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#managed_policy_arnsArray<String>

A list of managed policy ARNs that apply to the vended session credentials.

Returns:

  • (Array<String>)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the profile.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arnString

The ARN of the profile.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the profile.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#require_instance_propertiesBoolean

Unused, saved for future use. Will likely specify whether instance properties are required in temporary credential requests with this profile.

Returns:

  • (Boolean)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnsArray<String>

A list of IAM roles that this profile can assume in a temporary credential request.

Returns:

  • (Array<String>)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#session_policyString

A session policy that applies to the trust boundary of the vended session credentials.

Returns:

  • (String)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

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

Returns:

  • (Time)


664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 664

class ProfileDetail < Struct.new(
  :profile_id,
  :profile_arn,
  :name,
  :require_instance_properties,
  :enabled,
  :created_by,
  :session_policy,
  :role_arns,
  :managed_policy_arns,
  :created_at,
  :updated_at,
  :duration_seconds,
  :accept_role_session_name,
  :attribute_mappings)
  SENSITIVE = []
  include Aws::Structure
end