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) 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 { // PasswordCount: number, optional PasswordCount terra.NumberValue `hcl:"password_count,attr"` // Type: string, optional Type terra.StringValue `hcl:"type,attr"` }
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) Type ¶
func (am AuthenticationModeAttributes) Type() terra.StringValue
type AuthenticationModeState ¶
Click to show internal directories.
Click to hide internal directories.