Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/oslogin:v1.ts";

§Classes

GoogleAuth
OSLogin

You can use OS Login to manage access to your VM instances using IAM roles.

§Variables

auth

§Interfaces

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

ImportSshPublicKeyResponse

A response message for importing an SSH public key.

LoginProfile

The user profile information used for logging in to a virtual machine on Google Compute Engine.

PosixAccount

The POSIX account information associated with a Google account.

SshPublicKey

The SSH public key information associated with a Google account.

UsersGetLoginProfileOptions

Additional options for OSLogin#usersGetLoginProfile.

UsersImportSshPublicKeyOptions

Additional options for OSLogin#usersImportSshPublicKey.

UsersSshPublicKeysPatchOptions

Additional options for OSLogin#usersSshPublicKeysPatch.