GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions class

Permissions granted to the AW Partner SA account for the customer workload

Constructors

GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions({bool? assuredWorkloadsMonitoring, bool? dataLogsViewer, bool? serviceAccessApprover})
GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions.fromJson(Map json_)

Properties

assuredWorkloadsMonitoring bool?
Allow partner to view violation alerts.
getter/setter pair
dataLogsViewer bool?
Allow the partner to view inspectability logs and monitoring violations.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccessApprover bool?
Allow partner to view access approval logs.
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