Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3betaAccessContext

Information about the principal, resource, and permission for the ErrorInfoId.

Inheritance
object
GoogleCloudPolicytroubleshooterIamV3betaAccessContext
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.PolicyTroubleshooter.v3beta.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3beta.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3betaAccessContext : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

The relative resource name, not including the / prefix. For example, projects/project-id, projects/-/serviceAccounts/11112222

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Parent

The full resource name of the parent where IAM policy is configured. For example, //cloudresourcemanager.googleapis.com/folders/444446666

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Permission

Required. The IAM permission name provided by the user in the access denied request.

Declaration
[JsonProperty("permission")]
public virtual string Permission { get; set; }
Property Value
Type Description
string

Principal

The email address of the principal who requested access. For example, alice@example.com or my-service-account@my-project.iam.gserviceaccount.com. The principal must be a Google Account or a service account. Other types of principals are not supported.

Declaration
[JsonProperty("principal")]
public virtual string Principal { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX