UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 251 B
import { StateEnum } from './option/StateEnum'; /** OVHcloud IAM option */ export interface Iam { /** Identity Provider ID */ identityProviderId?: number; /** State of the option */ state: StateEnum; } //# sourceMappingURL=Iam.d.ts.map