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