auth

package
v1.57.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Types = struct {
	Basic   Type
	WebForm Type
}{
	"basic",
	"webform",
}

Types offers the known enum values

Functions

This section is empty.

Types

type Credential

type Credential struct {
	ID string `json:"id"`
}

type Credentials

type Credentials struct {
	Type       string     `json:"type"`       // The type of authentication
	Credential Credential `json:"credential"` // A reference to the entry within the credential vault
}

Credentials The login credentials to bypass the browser login mask during a Navigate event

func (*Credentials) MarshalHCL

func (me *Credentials) MarshalHCL(properties hcl.Properties) error

func (*Credentials) Schema

func (me *Credentials) Schema() map[string]*schema.Schema

func (*Credentials) UnmarshalHCL

func (me *Credentials) UnmarshalHCL(decoder hcl.Decoder) error

type Type

type Type string

Type specifies the type of authentication. `basic` or `webform`

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL