@kubernetes-models/gke
Version:
1 lines • 738 B
JavaScript
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/IdentityplatformCnrmCloudGoogleComV1alpha1IdentityPlatformInboundSAMLConfig.mjs";export class IdentityPlatformInboundSAMLConfig extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:IdentityPlatformInboundSAMLConfig.apiVersion,kind:IdentityPlatformInboundSAMLConfig.kind,...data})}}IdentityPlatformInboundSAMLConfig.apiVersion="identityplatform.cnrm.cloud.google.com/v1alpha1",IdentityPlatformInboundSAMLConfig.kind="IdentityPlatformInboundSAMLConfig",IdentityPlatformInboundSAMLConfig.is=createTypeMetaGuard(IdentityPlatformInboundSAMLConfig),setValidateFunc(IdentityPlatformInboundSAMLConfig,validate);