Class GoogleCloudAssuredworkloadsV1beta1TargetResourceDetails
The details for a target resource.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1TargetResourceDetails : 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
The create time of the target resource.
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 |
FrameworkDeployment
The framework deployment name for the target resource. For example,
organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Declaration
[JsonProperty("frameworkDeployment")]
public virtual string FrameworkDeployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MajorRevisionId
The major revision ID of the framework for the target resource.
Declaration
[JsonProperty("majorRevisionId")]
public virtual long? MajorRevisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
MinorRevisionId
The minor revision ID of the framework for the target resource.
Declaration
[JsonProperty("minorRevisionId")]
public virtual long? MinorRevisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TargetResource
The target resource. For example, organizations/1234567890, projects/1234567890, or
folders/1234567890.
Declaration
[JsonProperty("targetResource")]
public virtual string TargetResource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetResourceDisplayName
The display name of the target resource. For example, google.com, staging-project, or
development-folder.
Declaration
[JsonProperty("targetResourceDisplayName")]
public virtual string TargetResourceDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
The update time of the target resource.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |