/** * Details of the secret reference */ export interface SecretValidationMetadata { /** * Identifier of the secretManager */ secret_manager_identifier?: string; /** * Path to the secret present which needs to be referenced. */ secret_ref_path?: string; }