Class PscSetting
Private service connect settings.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class PscSetting : IDirectResponseSchema
Properties
AllowedConsumerProjectIds
The list of project ids that are allowed to send traffic to the service attachment. This field should be filled only for the ingress components.
Declaration
[JsonProperty("allowedConsumerProjectIds")]
public virtual IList<string> AllowedConsumerProjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProducerProjectIds
Output only. The CCAIP tenant project ids.
Declaration
[JsonProperty("producerProjectIds")]
public virtual IList<string> ProducerProjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |