/** The type of the identity provider */
export declare enum IdentityProviderTypeEnum {
    'federation' = "federation",
    'iam' = "iam"
}
//# sourceMappingURL=IdentityProviderTypeEnum.d.ts.map