public sealed class Partner : IMessage<Partner>, IEquatable<Partner>, IDeepCloneable<Partner>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Controls Partner v1 API class Partner.
Message describing Partner resource
Namespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.dll
Constructors
Partner()
public Partner()Partner(Partner)
public Partner(Partner other)| Parameter | |
|---|---|
| Name | Description |
other |
Partner |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Time the resource was created
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EkmSolutions
public RepeatedField<EkmMetadata> EkmSolutions { get; }List of Google Cloud supported EKM partners supported by the partner
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEkmMetadata |
|
Name
public string Name { get; set; }Identifier. The resource name of the partner.
Format: organizations/{organization}/locations/{location}/partner
Example: "organizations/123456/locations/us-central1/partner"
| Property Value | |
|---|---|
| Type | Description |
string |
|
OperatedCloudRegions
public RepeatedField<string> OperatedCloudRegions { get; }List of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
PartnerName
public PartnerName PartnerName { get; set; }PartnerName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PartnerName |
|
PartnerProjectId
public string PartnerProjectId { get; set; }Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Skus
public RepeatedField<Sku> Skus { get; }List of SKUs the partner is offering
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSku |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The last time the resource was updated
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|