Documentation ¶
Index ¶
- type Idp
- type IdpAttributes
- func (i IdpAttributes) EntityId() terra.StringValue
- func (i IdpAttributes) InternalRef() (terra.Reference, error)
- func (i IdpAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdpAttributes) InternalWithRef(ref terra.Reference) IdpAttributes
- func (i IdpAttributes) MetadataContent() terra.StringValue
- type IdpState
- type SamlOptions
- type SamlOptionsAttributes
- func (so SamlOptionsAttributes) Enabled() terra.BoolValue
- func (so SamlOptionsAttributes) Idp() terra.ListValue[IdpAttributes]
- 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) MasterBackendRole() terra.StringValue
- func (so SamlOptionsAttributes) MasterUserName() terra.StringValue
- func (so SamlOptionsAttributes) RolesKey() terra.StringValue
- func (so SamlOptionsAttributes) SessionTimeoutMinutes() terra.NumberValue
- func (so SamlOptionsAttributes) SubjectKey() terra.StringValue
- type SamlOptionsState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Idp ¶
type Idp struct { // EntityId: string, required EntityId terra.StringValue `hcl:"entity_id,attr" validate:"required"` // MetadataContent: string, required MetadataContent terra.StringValue `hcl:"metadata_content,attr" validate:"required"` }
type IdpAttributes ¶
type IdpAttributes struct {
// contains filtered or unexported fields
}
func (IdpAttributes) EntityId ¶
func (i IdpAttributes) EntityId() terra.StringValue
func (IdpAttributes) InternalRef ¶
func (i IdpAttributes) InternalRef() (terra.Reference, error)
func (IdpAttributes) InternalTokens ¶
func (i IdpAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdpAttributes) InternalWithRef ¶
func (i IdpAttributes) InternalWithRef(ref terra.Reference) IdpAttributes
func (IdpAttributes) MetadataContent ¶
func (i IdpAttributes) MetadataContent() terra.StringValue
type SamlOptions ¶
type SamlOptions struct { // Enabled: bool, optional Enabled terra.BoolValue `hcl:"enabled,attr"` // MasterBackendRole: string, optional MasterBackendRole terra.StringValue `hcl:"master_backend_role,attr"` // MasterUserName: string, optional MasterUserName terra.StringValue `hcl:"master_user_name,attr"` // RolesKey: string, optional RolesKey terra.StringValue `hcl:"roles_key,attr"` // SessionTimeoutMinutes: number, optional SessionTimeoutMinutes terra.NumberValue `hcl:"session_timeout_minutes,attr"` // SubjectKey: string, optional SubjectKey terra.StringValue `hcl:"subject_key,attr"` // Idp: optional Idp *Idp `hcl:"idp,block"` }
type SamlOptionsAttributes ¶
type SamlOptionsAttributes struct {
// contains filtered or unexported fields
}
func (SamlOptionsAttributes) Enabled ¶
func (so SamlOptionsAttributes) Enabled() terra.BoolValue
func (SamlOptionsAttributes) Idp ¶
func (so SamlOptionsAttributes) Idp() terra.ListValue[IdpAttributes]
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) MasterBackendRole ¶
func (so SamlOptionsAttributes) MasterBackendRole() terra.StringValue
func (SamlOptionsAttributes) MasterUserName ¶
func (so SamlOptionsAttributes) MasterUserName() terra.StringValue
func (SamlOptionsAttributes) RolesKey ¶
func (so SamlOptionsAttributes) RolesKey() terra.StringValue
func (SamlOptionsAttributes) SessionTimeoutMinutes ¶
func (so SamlOptionsAttributes) SessionTimeoutMinutes() terra.NumberValue
func (SamlOptionsAttributes) SubjectKey ¶
func (so SamlOptionsAttributes) SubjectKey() terra.StringValue
type SamlOptionsState ¶
type SamlOptionsState struct { Enabled bool `json:"enabled"` MasterBackendRole string `json:"master_backend_role"` MasterUserName string `json:"master_user_name"` RolesKey string `json:"roles_key"` SessionTimeoutMinutes float64 `json:"session_timeout_minutes"` SubjectKey string `json:"subject_key"` Idp []IdpState `json:"idp"` }
type Timeouts ¶
type Timeouts struct { // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.