Show / Hide Table of Contents

Class PrivilegedAccessManagerMetadata

Metadata about the Privileged Access Manager (PAM) backed authorization decisions.

Inheritance
object
PrivilegedAccessManagerMetadata
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.ServiceControl.v2.Data
Assembly: Google.Apis.ServiceControl.v2.dll
Syntax
public class PrivilegedAccessManagerMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PamBindingIds

Output only. If PAM is managing the elevated access, AuditPamBindingId is written to an Identity and Access Management (IAM) policy, which specifies access controls for resources. If the access is granted via an IAM policy with a binding which is managed by Privileged Access Manager, PrivilegedAccessManagerMetadata will contain the AuditPamBindingId.

Declaration
[JsonProperty("pamBindingIds")]
public virtual IList<AuditPamBindingId> PamBindingIds { get; set; }
Property Value
Type Description
IList<AuditPamBindingId>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX