appstreamdirectoryconfig

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 ServiceAccountCredentials

type ServiceAccountCredentials struct {
	// AccountName: string, required
	AccountName terra.StringValue `hcl:"account_name,attr" validate:"required"`
	// AccountPassword: string, required
	AccountPassword terra.StringValue `hcl:"account_password,attr" validate:"required"`
}

type ServiceAccountCredentialsAttributes

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

func (ServiceAccountCredentialsAttributes) AccountName

func (ServiceAccountCredentialsAttributes) AccountPassword

func (ServiceAccountCredentialsAttributes) InternalRef

func (ServiceAccountCredentialsAttributes) InternalTokens

func (sac ServiceAccountCredentialsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ServiceAccountCredentialsAttributes) InternalWithRef

type ServiceAccountCredentialsState

type ServiceAccountCredentialsState struct {
	AccountName     string `json:"account_name"`
	AccountPassword string `json:"account_password"`
}

Jump to

Keyboard shortcuts

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