Documentation
¶
Index ¶
- func NewSTFAuthenticationServiceResource() resource.Resource
- type CitrixAGBasicOptions
- type STFAuthenticationServiceResourceModel
- func (STFAuthenticationServiceResourceModel) GetAttributes() map[string]schema.Attribute
- func (STFAuthenticationServiceResourceModel) GetAttributesNamesToMask() map[string]bool
- func (STFAuthenticationServiceResourceModel) GetSchema() schema.Schema
- func (r *STFAuthenticationServiceResourceModel) RefreshCitrixAGBasicOptions(ctx context.Context, diagnostics *diag.Diagnostics, ...)
- func (r *STFAuthenticationServiceResourceModel) RefreshPropertyValues(ctx context.Context, diagnostics *diag.Diagnostics, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSTFAuthenticationServiceResource ¶
NewSTFAuthenticationServiceResource is a helper function to simplify the provider implementation.
Types ¶
type CitrixAGBasicOptions ¶ added in v1.0.28
type CitrixAGBasicOptions struct {
CredentialValidationMode types.String `tfsdk:"credential_validation_mode"`
}
func (CitrixAGBasicOptions) GetAttributes ¶ added in v1.0.28
func (CitrixAGBasicOptions) GetAttributes() map[string]schema.Attribute
func (CitrixAGBasicOptions) GetSchema ¶ added in v1.0.28
func (CitrixAGBasicOptions) GetSchema() schema.SingleNestedAttribute
type STFAuthenticationServiceResourceModel ¶
type STFAuthenticationServiceResourceModel struct {
SiteId types.String `tfsdk:"site_id"`
VirtualPath types.String `tfsdk:"virtual_path"`
FriendlyName types.String `tfsdk:"friendly_name"`
ClaimsFactoryName types.String `tfsdk:"claims_factory_name"`
CitrixAGBasicOptions types.Object `tfsdk:"citrix_ag_basic_options"`
}
func (STFAuthenticationServiceResourceModel) GetAttributes ¶ added in v1.0.0
func (STFAuthenticationServiceResourceModel) GetAttributes() map[string]schema.Attribute
func (STFAuthenticationServiceResourceModel) GetAttributesNamesToMask ¶ added in v1.0.20
func (STFAuthenticationServiceResourceModel) GetAttributesNamesToMask() map[string]bool
func (STFAuthenticationServiceResourceModel) GetSchema ¶ added in v1.0.0
func (STFAuthenticationServiceResourceModel) GetSchema() schema.Schema
func (*STFAuthenticationServiceResourceModel) RefreshCitrixAGBasicOptions ¶ added in v1.0.28
func (r *STFAuthenticationServiceResourceModel) RefreshCitrixAGBasicOptions(ctx context.Context, diagnostics *diag.Diagnostics, resp *citrixstorefront.STFCitrixAGBasicOptionsResponseModel)
func (*STFAuthenticationServiceResourceModel) RefreshPropertyValues ¶
func (r *STFAuthenticationServiceResourceModel) RefreshPropertyValues(ctx context.Context, diagnostics *diag.Diagnostics, authService *citrixstorefront.STFAuthenticationServiceResponseModel)
Click to show internal directories.
Click to hide internal directories.