GoogleCloudAssuredworkloadsV1Violation class
Workload monitoring Violation.
Constructors
-
GoogleCloudAssuredworkloadsV1Violation({bool? acknowledged, String? acknowledgementTime, String? associatedOrgPolicyViolationId, String? auditLogLink, String? beginTime, String? category, String? description, String? exceptionAuditLogLink, List<
GoogleCloudAssuredworkloadsV1ViolationExceptionContext> ? exceptionContexts, String? name, String? nonCompliantOrgPolicy, String? orgPolicyConstraint, String? parentProjectNumber, GoogleCloudAssuredworkloadsV1ViolationRemediation? remediation, String? resolveTime, String? resourceName, String? resourceType, String? state, String? updateTime, String? violationType}) - GoogleCloudAssuredworkloadsV1Violation.fromJson(Map json_)
Properties
- acknowledged ↔ bool?
-
A boolean that indicates if the violation is acknowledged
getter/setter pair
- acknowledgementTime ↔ String?
-
Timestamp when this violation was acknowledged first.
getter/setter pair
- associatedOrgPolicyViolationId ↔ String?
-
Violation Id of the org-policy violation due to which the resource
violation is caused.
getter/setter pair
- auditLogLink ↔ String?
-
Audit Log Link for violated resource Format:
https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}
getter/setter pair
- beginTime ↔ String?
-
Time of the event which triggered the Violation.
getter/setter pair
- category ↔ String?
-
Category under which this violation is mapped.
getter/setter pair
- description ↔ String?
-
Description for the Violation.
getter/setter pair
- exceptionAuditLogLink ↔ String?
-
Audit Log link to find business justification provided for violation
exception.
getter/setter pair
-
exceptionContexts
↔ List<
GoogleCloudAssuredworkloadsV1ViolationExceptionContext> ? -
List of all the exception detail added for the violation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the Violation.
getter/setter pair
- nonCompliantOrgPolicy ↔ String?
-
Name of the OrgPolicy which was modified with non-compliant change and
resulted this violation.
getter/setter pair
- orgPolicyConstraint ↔ String?
-
The org-policy-constraint that was incorrectly changed, which resulted in
this violation.
getter/setter pair
- parentProjectNumber ↔ String?
-
Parent project number where resource is present.
getter/setter pair
- remediation ↔ GoogleCloudAssuredworkloadsV1ViolationRemediation?
-
Compliance violation remediation
getter/setter pair
- resolveTime ↔ String?
-
Time of the event which fixed the Violation.
getter/setter pair
- resourceName ↔ String?
-
Name of the resource like
//storage.googleapis.com/myprojectxyz-testbucket.
getter/setter pair
- resourceType ↔ String?
-
Type of the resource like compute.googleapis.com/Disk, etc.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the violation
getter/setter pair
- updateTime ↔ String?
-
The last time when the Violation record was updated.
getter/setter pair
- violationType ↔ String?
-
Type of the violation
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited