public class org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification extends org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification
{
public org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$IdPConfiguration idPConfiguration;
public org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$WorkloadConfiguration workloadConfiguration;
public java.lang.String serviceAccountEmail;
public java.util.List additionalGcpScopes;
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor: java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification)>(v);
return v;
}
public void <init>(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$IdPConfiguration, org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$WorkloadConfiguration)
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$WorkloadConfiguration v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$IdPConfiguration v;
java.util.ArrayList v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$IdPConfiguration;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$WorkloadConfiguration;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification: void <init>()>();
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification: java.util.List additionalGcpScopes> = v;
v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$IdPConfiguration idPConfiguration> = v;
v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification$WorkloadConfiguration workloadConfiguration> = v;
return;
}
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification v;
java.util.ArrayList v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification: void <init>()>();
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification: java.util.List additionalGcpScopes> = v;
return;
}
}