Show / Hide Table of Contents

Class UsersResource.ProjectsResource.ZonesResource

The "zones" collection of methods.

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

Constructors

ZonesResource(IClientService)

Constructs a new resource.

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

Methods

SignSshPublicKey(SignSshPublicKeyRequest, string)

Signs an SSH public key for a user to authenticate to an instance.

Declaration
public virtual UsersResource.ProjectsResource.ZonesResource.SignSshPublicKeyRequest SignSshPublicKey(SignSshPublicKeyRequest body, string parent)
Parameters
Type Name Description
SignSshPublicKeyRequest body

The body of the request.

string parent

The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.

Returns
Type Description
UsersResource.ProjectsResource.ZonesResource.SignSshPublicKeyRequest
In This Article
Back to top Generated by DocFX