Class GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions
Permissions granted to the AW Partner SA account for the customer workload
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1WorkloadPartnerPermissions : IDirectResponseSchema
Properties
AccessTransparencyLogsSupportCaseViewer
Optional. Allow partner to view support case details for an AXT log
Declaration
[JsonProperty("accessTransparencyLogsSupportCaseViewer")]
public virtual bool? AccessTransparencyLogsSupportCaseViewer { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AssuredWorkloadsMonitoring
Optional. Allow partner to view violation alerts.
Declaration
[JsonProperty("assuredWorkloadsMonitoring")]
public virtual bool? AssuredWorkloadsMonitoring { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DataLogsViewer
Allow the partner to view inspectability logs and monitoring violations.
Declaration
[JsonProperty("dataLogsViewer")]
public virtual bool? DataLogsViewer { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccessApprover
Optional. Allow partner to view access approval logs.
Declaration
[JsonProperty("serviceAccessApprover")]
public virtual bool? ServiceAccessApprover { get; set; }
Property Value
Type | Description |
---|---|
bool? |