View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1alphaGenerateOrgPolicyViolationsPreviewOperationMetadata (google_api_policy_simulator v0.6.0)
GenerateOrgPolicyViolationsPreviewOperationMetadata is metadata about an OrgPolicyViolationsPreview generations operation.
Attributes
-
requestTime(type:DateTime.t, default:nil) - Time when the request was received. -
resourcesFound(type:integer(), default:nil) - Total number of resources that need scanning. Should equal resource_scanned + resources_pending -
resourcesPending(type:integer(), default:nil) - Number of resources still to scan. -
resourcesScanned(type:integer(), default:nil) - Number of resources already scanned. -
startTime(type:DateTime.t, default:nil) - Time when the request started processing, i.e. when the state was set to RUNNING. -
state(type:String.t, default:nil) - The current state of the operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1alphaGenerateOrgPolicyViolationsPreviewOperationMetadata{ requestTime: DateTime.t() | nil, resourcesFound: integer() | nil, resourcesPending: integer() | nil, resourcesScanned: integer() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }