chimevoiceconnectorterminationcredentials

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	// Password: string, required
	Password terra.StringValue `hcl:"password,attr" validate:"required"`
	// Username: string, required
	Username terra.StringValue `hcl:"username,attr" validate:"required"`
}

type CredentialsAttributes

type CredentialsAttributes struct {
	// contains filtered or unexported fields
}

func (CredentialsAttributes) InternalRef

func (c CredentialsAttributes) InternalRef() (terra.Reference, error)

func (CredentialsAttributes) InternalTokens

func (c CredentialsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (CredentialsAttributes) InternalWithRef

func (CredentialsAttributes) Password

func (CredentialsAttributes) Username

type CredentialsState

type CredentialsState struct {
	Password string `json:"password"`
	Username string `json:"username"`
}

Jump to

Keyboard shortcuts

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