Class Partner
Message describing Partner resource
Implements
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1.dll
Syntax
public class Partner : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Time the resource was created
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EkmSolutions
List of Google Cloud supported EKM partners supported by the partner
Declaration
[JsonProperty("ekmSolutions")]
public virtual IList<EkmMetadata> EkmSolutions { get; set; }
Property Value
Type | Description |
---|---|
IList<EkmMetadata> |
Name
Identifier. The resource name of the partner. Format:
organizations/{organization}/locations/{location}/partner
Example:
"organizations/123456/locations/us-central1/partner"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OperatedCloudRegions
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
Declaration
[JsonProperty("operatedCloudRegions")]
public virtual IList<string> OperatedCloudRegions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
PartnerProjectId
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
Declaration
[JsonProperty("partnerProjectId")]
public virtual string PartnerProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
Skus
List of SKUs the partner is offering
Declaration
[JsonProperty("skus")]
public virtual IList<Sku> Skus { get; set; }
Property Value
Type | Description |
---|---|
IList<Sku> |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. The last time the resource was updated
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |