stf_deployment

package
v1.0.4-wem-preview Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Overview

Copyright © 2024. Citrix Systems, Inc.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSTFDeployment added in v1.0.0

Gets the STFDeployment and logs any errors

func NewSTFDeploymentResource

func NewSTFDeploymentResource() resource.Resource

stfDeploymentResource is a helper function to simplify the provider implementation.

Types

type RoamingBeacon added in v1.0.3

type RoamingBeacon struct {
	Internal types.String `tfsdk:"internal_address"`
	External types.List   `tfsdk:"external_addresses"`
}

func (RoamingBeacon) GetAttributes added in v1.0.3

func (RoamingBeacon) GetAttributes() map[string]schema.Attribute

func (RoamingBeacon) GetSchema added in v1.0.3

type RoamingGateway added in v1.0.3

type RoamingGateway struct {
	Name                       types.String `tfsdk:"name"`
	LogonType                  types.String `tfsdk:"logon_type"`
	SmartCardFallbackLogonType types.String `tfsdk:"smart_card_fallback_logon_type"`
	GatewayUrl                 types.String `tfsdk:"gateway_url"`
	CallbackUrl                types.String `tfsdk:"callback_url"`
	Version                    types.String `tfsdk:"version"`
	SessionReliability         types.Bool   `tfsdk:"session_reliability"`
	RequestTicketTwoSTAs       types.Bool   `tfsdk:"request_ticket_from_two_stas"`
	SubnetIPAddress            types.String `tfsdk:"subnet_ip_address"`
	SecureTicketAuthorityUrls  types.List   `tfsdk:"secure_ticket_authority_urls"` // List[STFSecureTicketAuthority]
	StasUseLoadBalancing       types.Bool   `tfsdk:"stas_use_load_balancing"`
	StasBypassDuration         types.String `tfsdk:"stas_bypass_duration"`
	GslbUrl                    types.String `tfsdk:"gslb_url"`
	IsCloudGateway             types.Bool   `tfsdk:"is_cloud_gateway"`
}

func (RoamingGateway) GetAttributes added in v1.0.3

func (RoamingGateway) GetAttributes() map[string]schema.Attribute

func (RoamingGateway) GetKey added in v1.0.3

func (r RoamingGateway) GetKey() string

func (RoamingGateway) GetSchema added in v1.0.3

func (RoamingGateway) RefreshListItem added in v1.0.3

type STFDeploymentResourceModel

type STFDeploymentResourceModel struct {
	SiteId         types.String `tfsdk:"site_id"`
	HostBaseUrl    types.String `tfsdk:"host_base_url"`
	RoamingGateway types.List   `tfsdk:"roaming_gateway"` // List[RoamingGateway]
	RoamingBeacon  types.Object `tfsdk:"roaming_beacon"`  // RoamingBeacon
}

SFDeploymentResourceModel maps the resource schema data.

func (STFDeploymentResourceModel) GetAttributes added in v1.0.0

func (STFDeploymentResourceModel) GetAttributes() map[string]schema.Attribute

func (STFDeploymentResourceModel) GetSchema added in v1.0.0

func (*STFDeploymentResourceModel) RefreshRoamingBeacon added in v1.0.3

type STFSecureTicketAuthority added in v1.0.3

type STFSecureTicketAuthority struct {
	AuthorityId          types.String `tfsdk:"authority_id"`
	StaUrl               types.String `tfsdk:"sta_url"`
	StaValidationEnabled types.Bool   `tfsdk:"sta_validation_enabled"`
	StaValidationSecret  types.String `tfsdk:"sta_validation_secret"`
}

func (STFSecureTicketAuthority) GetAttributes added in v1.0.3

func (STFSecureTicketAuthority) GetAttributes() map[string]schema.Attribute

func (STFSecureTicketAuthority) GetKey added in v1.0.3

func (r STFSecureTicketAuthority) GetKey() string

func (STFSecureTicketAuthority) GetSchema added in v1.0.3

func (STFSecureTicketAuthority) RefreshListItem added in v1.0.3

Jump to

Keyboard shortcuts

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