@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 468 B
TypeScript
/** An IAM Federation Provider */
export interface ServiceProviderInfo {
/** URL of the SAMLv2 Assertion Consumer Service for OVHcloud */
assertionConsumerServiceUrl: string;
/** Entity ID of OVHcloud as a service provider */
entityId: string;
/** XML metadata of OVHcloud as a service provider */
metadata: string;
/** URL of the SAMLv2 metadata for OVHcloud */
metadataUrl: string;
}
//# sourceMappingURL=ServiceProviderInfo.d.ts.map