Type Alias GoogleKeyManagementServiceSecretStoreSkeleton

GoogleKeyManagementServiceSecretStoreSkeleton: AmConfigEntityInterface & {
    keyRing: string;
    location: string;
    project: string;
    publicKeyCacheDuration: number;
    publicKeyCacheMaxSize: number;
}