Documentation ¶
Index ¶
- type ServiceAccountCredentials
- type ServiceAccountCredentialsAttributes
- func (sac ServiceAccountCredentialsAttributes) AccountName() terra.StringValue
- func (sac ServiceAccountCredentialsAttributes) AccountPassword() terra.StringValue
- func (sac ServiceAccountCredentialsAttributes) InternalRef() (terra.Reference, error)
- func (sac ServiceAccountCredentialsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sac ServiceAccountCredentialsAttributes) InternalWithRef(ref terra.Reference) ServiceAccountCredentialsAttributes
- type ServiceAccountCredentialsState
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 (sac ServiceAccountCredentialsAttributes) AccountName() terra.StringValue
func (ServiceAccountCredentialsAttributes) AccountPassword ¶
func (sac ServiceAccountCredentialsAttributes) AccountPassword() terra.StringValue
func (ServiceAccountCredentialsAttributes) InternalRef ¶
func (sac ServiceAccountCredentialsAttributes) InternalRef() (terra.Reference, error)
func (ServiceAccountCredentialsAttributes) InternalTokens ¶
func (sac ServiceAccountCredentialsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ServiceAccountCredentialsAttributes) InternalWithRef ¶
func (sac ServiceAccountCredentialsAttributes) InternalWithRef(ref terra.Reference) ServiceAccountCredentialsAttributes
Click to show internal directories.
Click to hide internal directories.