@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
7 lines • 380 B
TypeScript
import { ProviderRequestedAttributes } from './ProviderRequestedAttributes';
/** A SAML 2.0 Extension that should be added to SAML requests when using this provider */
export interface ProviderExtensions {
/** List of SAML RequestedAttribute to add to SAML requests */
requestedAttributes?: ProviderRequestedAttributes[];
}
//# sourceMappingURL=ProviderExtensions.d.ts.map