Type Alias GoogleSecretManagerSecretStoreProviderSkeleton

GoogleSecretManagerSecretStoreProviderSkeleton: AmConfigEntityInterface & {
    expiryDurationSeconds: number;
    project: string;
    secretFormat: string;
    serviceAccount: string;
}