UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 350 B
import { OIDCConfiguration } from './OIDCConfiguration'; /** Docker registry Post OIDC configuration */ export interface OIDCPost { /** Delete all previously created users to allow OIDC configuration */ deleteUsers?: boolean; /** The OIDC provider configuration */ provider: OIDCConfiguration; } //# sourceMappingURL=OIDCPost.d.ts.map