class Amazonite::SecretsManager::ExternalSecretRotationMetadataItem

Overview

The metadata needed to successfully rotate a managed external secret. A list of key value pairs in JSON format specified by the partner. For more information, see Managed external secret partners.

Included Modules

Defined in:

secrets_manager/external_secret_rotation_metadata_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(key : String | Nil = nil, value : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def key : String | Nil #

The key that identifies the item.


[View source]
def key=(key : String | Nil) #

The key that identifies the item.


[View source]
def validate! : Nil #

[View source]
def value : String | Nil #

The value of the specified item.


[View source]
def value=(value : String | Nil) #

The value of the specified item.


[View source]