opensearchdomainsamloptions

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 IdpState

type IdpState struct {
	EntityId        string `json:"entity_id"`
	MetadataContent string `json:"metadata_content"`
}

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 (SamlOptionsAttributes) InternalRef

func (so SamlOptionsAttributes) InternalRef() (terra.Reference, error)

func (SamlOptionsAttributes) InternalTokens

func (so SamlOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SamlOptionsAttributes) InternalWithRef

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 (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

type TimeoutsState

type TimeoutsState struct {
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL