Show / Hide Table of Contents

Class SystempolicyResource

The "systempolicy" collection of methods.

Inheritance
object
SystempolicyResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BinaryAuthorization.v1beta1
Assembly: Google.Apis.BinaryAuthorization.v1beta1.dll
Syntax
public class SystempolicyResource

Constructors

SystempolicyResource(IClientService)

Constructs a new resource.

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

Methods

GetPolicy(string)

Gets the current system policy in the specified location.

Declaration
public virtual SystempolicyResource.GetPolicyRequest GetPolicy(string name)
Parameters
Type Name Description
string name

Required. The resource name, in the format locations/*/policy. Note that the system policy is not associated with a project.

Returns
Type Description
SystempolicyResource.GetPolicyRequest
In this article
Back to top Generated by DocFX