snowflake.core.secret¶

Manages Snowflake secret.

Classes

SecretResource(name, collection_class)

Represents a reference to a Snowflake secret.

SecretCollection(schema)

Represents the collection operations on the Snowflake secret resource.

CloudProviderTokenSecret(*[, comment, ...])

A model object representing the CloudProviderTokenSecret resource.

GenericStringSecret(*[, comment, ...])

A model object representing the GenericStringSecret resource.

JwtKeyPairSecret(*[, comment, created_on, ...])

A model object representing the JwtKeyPairSecret resource.

Oauth2Secret(*[, comment, created_on, ...])

A model object representing the Oauth2Secret resource.

PasswordSecret(*[, comment, created_on, ...])

A model object representing the PasswordSecret resource.

Secret(*[, comment, created_on, ...])

A model object representing the Secret resource.

SymmetricKeySecret(*[, comment, created_on, ...])

A model object representing the SymmetricKeySecret resource.