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) UnmarshalHCL ¶
func (me *Credentials) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.