Documentation
¶
Index ¶
- func NewSTFAuthenticationServiceResource() resource.Resource
- type STFAuthenticationServiceResourceModel
- func (STFAuthenticationServiceResourceModel) GetAttributes() map[string]schema.Attribute
- func (STFAuthenticationServiceResourceModel) GetAttributesNamesToMask() map[string]bool
- func (STFAuthenticationServiceResourceModel) GetSchema() schema.Schema
- 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 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"`
}
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) RefreshPropertyValues ¶
func (r *STFAuthenticationServiceResourceModel) RefreshPropertyValues(ctx context.Context, diagnostics *diag.Diagnostics, authService *citrixstorefront.STFAuthenticationServiceResponseModel)
Click to show internal directories.
Click to hide internal directories.