Class GoogleCloudPolicysimulatorV1betaGenerateOrgPolicyViolationsPreviewOperationMetadata
GenerateOrgPolicyViolationsPreviewOperationMetadata is metadata about an OrgPolicyViolationsPreview generations operation.
Inheritance
GoogleCloudPolicysimulatorV1betaGenerateOrgPolicyViolationsPreviewOperationMetadata
Implements
Inherited Members
Namespace: Google.Apis.PolicySimulator.v1.Data
Assembly: Google.Apis.PolicySimulator.v1.dll
Syntax
public class GoogleCloudPolicysimulatorV1betaGenerateOrgPolicyViolationsPreviewOperationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestTime
object representation of RequestTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestTimeDateTimeOffset instead.")]
public virtual object RequestTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RequestTimeDateTimeOffset
DateTimeOffset representation of RequestTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RequestTimeRaw
Time when the request was received.
Declaration
[JsonProperty("requestTime")]
public virtual string RequestTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourcesFound
Total number of resources that need scanning. Should equal resource_scanned + resources_pending
Declaration
[JsonProperty("resourcesFound")]
public virtual int? ResourcesFound { get; set; }
Property Value
Type | Description |
---|---|
int? |
ResourcesPending
Number of resources still to scan.
Declaration
[JsonProperty("resourcesPending")]
public virtual int? ResourcesPending { get; set; }
Property Value
Type | Description |
---|---|
int? |
ResourcesScanned
Number of resources already scanned.
Declaration
[JsonProperty("resourcesScanned")]
public virtual int? ResourcesScanned { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Time when the request started processing, i.e. when the state was set to RUNNING.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
State
The current state of the operation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |