Class: Aws::VerifiedPermissions::Types::GetPolicyStoreOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the policy store.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#cedar_versionString

The version of the Cedar language used with policies, policy templates, and schemas in this policy store. For more information, see [Amazon Verified Permissions upgrade to Cedar v4 FAQ].

[1]: docs.aws.amazon.com/verifiedpermissions/latest/userguide/cedar4-faq.html

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_dateTime

The date and time that the policy store was originally created.

Returns:

  • (Time)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#deletion_protectionString

Specifies whether the policy store can be deleted. If enabled, the policy store can’t be deleted.

The default state is ‘DISABLED`.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

Descriptive text that you can provide to help with identification of the current policy store.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#last_updated_dateTime

The date and time that the policy store was last updated.

Returns:

  • (Time)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#policy_store_idString

The ID of the policy store;

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

The list of tags associated with the policy store.

Returns:

  • (Hash<String,String>)


1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#validation_settingsTypes::ValidationSettings

The current validation settings for the policy store.



1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1984

class GetPolicyStoreOutput < Struct.new(
  :policy_store_id,
  :arn,
  :validation_settings,
  :created_date,
  :last_updated_date,
  :description,
  :deletion_protection,
  :cedar_version,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end