UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 264 B
/** Changed fields for POLICY events */ export interface LogPolicyChanges { /** Identities changed on the policy */ identities?: string[]; /** Resources changed on the policy */ resources?: string[]; } //# sourceMappingURL=LogPolicyChanges.d.ts.map