Function
get
Gets a single opaque secrets value set at the given key if it exists
get: func(key: string) -> result<secret, secrets-error>;Gets a single opaque secrets value set at the given key if it exists
get: func(key: string) -> result<secret, secrets-error>;