Documentation ¶
Index ¶
- type AuthenticationMode
- type AuthenticationModeAttributes
- func (am AuthenticationModeAttributes) InternalRef() (terra.Reference, error)
- func (am AuthenticationModeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (am AuthenticationModeAttributes) InternalWithRef(ref terra.Reference) AuthenticationModeAttributes
- func (am AuthenticationModeAttributes) PasswordCount() terra.NumberValue
- func (am AuthenticationModeAttributes) Passwords() terra.SetValue[terra.StringValue]
- func (am AuthenticationModeAttributes) Type() terra.StringValue
- type AuthenticationModeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMode ¶
type AuthenticationMode struct { // Passwords: set of string, required Passwords terra.SetValue[terra.StringValue] `hcl:"passwords,attr" validate:"required"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type AuthenticationModeAttributes ¶
type AuthenticationModeAttributes struct {
// contains filtered or unexported fields
}
func (AuthenticationModeAttributes) InternalRef ¶
func (am AuthenticationModeAttributes) InternalRef() (terra.Reference, error)
func (AuthenticationModeAttributes) InternalTokens ¶
func (am AuthenticationModeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AuthenticationModeAttributes) InternalWithRef ¶
func (am AuthenticationModeAttributes) InternalWithRef(ref terra.Reference) AuthenticationModeAttributes
func (AuthenticationModeAttributes) PasswordCount ¶
func (am AuthenticationModeAttributes) PasswordCount() terra.NumberValue
func (AuthenticationModeAttributes) Passwords ¶
func (am AuthenticationModeAttributes) Passwords() terra.SetValue[terra.StringValue]
func (AuthenticationModeAttributes) Type ¶
func (am AuthenticationModeAttributes) Type() terra.StringValue
type AuthenticationModeState ¶
Click to show internal directories.
Click to hide internal directories.