# Functions

No description provided by the author
All returns a SchemaValidateDiagFunc which tests if the provided value passes all provided SchemaValidateDiagFunc.
Any returns a SchemaValidateDiagFunc which tests if the provided value passes at least one (any) of the provided SchemaValidateDiagFunc.
AuthorizedKey validates if the value can be parsed using ssh.ParsePublicKey.
Base64PublicKey validates if the value can be parsed using ssh.ParsePublicKey.
Duration returns a schema.SchemaValidateDiagFunc which tests if the provided value is of type string and can be parsed as time.Duration.
DurationAtLeast returns a schema.SchemaValidateDiagFunc if the provided value is of type string, can be parsed as time.Duration, and is at least min (inclusive).
DurationAtMost returns a schema.SchemaValidateDiagFunc if the provided value is of type string, can be parsed as time.Duration, and is at most max (inclusive).
No description provided by the author
No description provided by the author
PrivateKey validates if the value can be parsed using ssh.ParseRawPrivateKey.
No description provided by the author