Documentation ¶
Index ¶
- type SamlOptions
- type SamlOptionsAttributes
- func (so SamlOptionsAttributes) GroupAttribute() terra.StringValue
- func (so SamlOptionsAttributes) InternalRef() (terra.Reference, error)
- func (so SamlOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (so SamlOptionsAttributes) InternalWithRef(ref terra.Reference) SamlOptionsAttributes
- func (so SamlOptionsAttributes) Metadata() terra.StringValue
- func (so SamlOptionsAttributes) SessionTimeout() terra.NumberValue
- func (so SamlOptionsAttributes) UserAttribute() terra.StringValue
- type SamlOptionsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SamlOptions ¶
type SamlOptions struct { // GroupAttribute: string, optional GroupAttribute terra.StringValue `hcl:"group_attribute,attr"` // Metadata: string, required Metadata terra.StringValue `hcl:"metadata,attr" validate:"required"` // SessionTimeout: number, optional SessionTimeout terra.NumberValue `hcl:"session_timeout,attr"` // UserAttribute: string, optional UserAttribute terra.StringValue `hcl:"user_attribute,attr"` }
type SamlOptionsAttributes ¶
type SamlOptionsAttributes struct {
// contains filtered or unexported fields
}
func (SamlOptionsAttributes) GroupAttribute ¶
func (so SamlOptionsAttributes) GroupAttribute() terra.StringValue
func (SamlOptionsAttributes) InternalRef ¶
func (so SamlOptionsAttributes) InternalRef() (terra.Reference, error)
func (SamlOptionsAttributes) InternalTokens ¶
func (so SamlOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SamlOptionsAttributes) InternalWithRef ¶
func (so SamlOptionsAttributes) InternalWithRef(ref terra.Reference) SamlOptionsAttributes
func (SamlOptionsAttributes) Metadata ¶
func (so SamlOptionsAttributes) Metadata() terra.StringValue
func (SamlOptionsAttributes) SessionTimeout ¶
func (so SamlOptionsAttributes) SessionTimeout() terra.NumberValue
func (SamlOptionsAttributes) UserAttribute ¶
func (so SamlOptionsAttributes) UserAttribute() terra.StringValue
Click to show internal directories.
Click to hide internal directories.