Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AccessSummariesResource

The "accessSummaries" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AccessSummariesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AgentIdentity.v1beta
Assembly: Google.Apis.AgentIdentity.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AccessSummariesResource

Constructors

AccessSummariesResource(IClientService)

Constructs a new resource.

Declaration
public AccessSummariesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets details of a single AccessSummary.

Declaration
public virtual ProjectsResource.LocationsResource.AccessSummariesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.AccessSummariesResource.GetRequest

List(string)

Lists AccessSummaries in a given project and location. Supported Filters: - workload_id: Filter by the SPIFFE ID of the agent. Example: workload_id="spiffe://example.com/ns/default/sa/my-agent"

Declaration
public virtual ProjectsResource.LocationsResource.AccessSummariesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource where the search is performed. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.AccessSummariesResource.ListRequest
In this article
Back to top Generated by DocFX