Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions

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

Inheritance
object
GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1WorkloadPartnerPermissions : 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

Optional. 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX