We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647ca0f commit 45253c3Copy full SHA for 45253c3
packages/clients/src/api/secret/v1alpha1/marshalling.gen.ts
@@ -55,7 +55,6 @@ export const unmarshalSecret = (data: unknown) => {
55
ephemeralAction: data.ephemeral_action,
56
expiresAt: unmarshalDate(data.expires_at),
57
id: data.id,
58
- isEphemeral: data.is_ephemeral,
59
isManaged: data.is_managed,
60
isProtected: data.is_protected,
61
name: data.name,
packages/clients/src/api/secret/v1alpha1/types.gen.ts
@@ -157,8 +157,6 @@ export interface Secret {
157
* enum for description of values.
158
*/
159
ephemeralAction: SecretEphemeralAction
160
- /** Returns `true` for secrets that are ephemeral. */
161
- isEphemeral: boolean
162
/** Region of the secret. */
163
region: Region
164
}
0 commit comments