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