Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SacRealmsResource

The "sacRealms" collection of methods.

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

Constructors

SacRealmsResource(IClientService)

Constructs a new resource.

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

Methods

Create(SACRealm, string)

Creates a new SACRealm in a given project.

Declaration
public virtual ProjectsResource.LocationsResource.SacRealmsResource.CreateRequest Create(SACRealm body, string parent)
Parameters
Type Name Description
SACRealm body

The body of the request.

string parent

Required. The parent, in the form projects/{project}/locations/global.

Returns
Type Description
ProjectsResource.LocationsResource.SacRealmsResource.CreateRequest

Delete(string)

Deletes the specified realm.

Declaration
public virtual ProjectsResource.LocationsResource.SacRealmsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the resource, in the form projects/{project}/locations/global/sacRealms/{sacRealm}.

Returns
Type Description
ProjectsResource.LocationsResource.SacRealmsResource.DeleteRequest

Get(string)

Returns the specified realm.

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

Required. Name of the resource, in the form projects/{project}/locations/global/sacRealms/{sacRealm}.

Returns
Type Description
ProjectsResource.LocationsResource.SacRealmsResource.GetRequest

List(string)

Lists SACRealms in a given project.

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

Required. The parent, in the form projects/{project}/locations/global.

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