interface BrowseSecretsResponseItemSecretDetails {
    ephemeralPolicy?: Secret.v1beta1.EphemeralPolicy;
    id: string;
    protected: boolean;
    tags: string[];
    type: Secret.v1beta1.SecretType;
    versionCount: number;
}

Properties

ephemeralPolicy?: Secret.v1beta1.EphemeralPolicy
id: string
protected: boolean
tags: string[]
versionCount: number