class Amazonite::Iam::SAMLPrivateKey

Overview

Contains the private keys for the SAML provider.

This data type is used as a response element in the GetSAMLProvider operation.

Defined in:

iam/saml_private_key.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(key_id : String | Nil = nil, timestamp : Time | 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_id : String | Nil #

The unique identifier for the SAML private key.


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

The unique identifier for the SAML private key.


[View source]
def timestamp : Time | Nil #

The date and time, in ISO 8601 date-time format, when the private key was uploaded.


[View source]
def timestamp=(timestamp : Time | Nil) #

The date and time, in ISO 8601 date-time format, when the private key was uploaded.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]