Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForPortalSettingsCspMode() []string + func ValidatePortalConfigID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PortalConfigContract + OData *odata.OData + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *PortalConfigContract + OData *odata.OData + type ListByServiceCompleteResult struct + Items []PortalConfigContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]PortalConfigContract + OData *odata.OData + type PortalConfigClient struct + Client *resourcemanager.Client + func NewPortalConfigClientWithBaseURI(sdkApi sdkEnv.Api) (*PortalConfigClient, error) + func (c PortalConfigClient) CreateOrUpdate(ctx context.Context, id PortalConfigId, input PortalConfigContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c PortalConfigClient) Get(ctx context.Context, id PortalConfigId) (result GetOperationResponse, err error) + func (c PortalConfigClient) GetEntityTag(ctx context.Context, id PortalConfigId) (result GetEntityTagOperationResponse, err error) + func (c PortalConfigClient) ListByService(ctx context.Context, id ServiceId) (result ListByServiceOperationResponse, err error) + func (c PortalConfigClient) ListByServiceComplete(ctx context.Context, id ServiceId) (ListByServiceCompleteResult, error) + func (c PortalConfigClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, ...) (result ListByServiceCompleteResult, err error) + func (c PortalConfigClient) Update(ctx context.Context, id PortalConfigId, input PortalConfigContract, ...) (result UpdateOperationResponse, err error) + type PortalConfigContract struct + Id *string + Name *string + Properties *PortalConfigProperties + Type *string + type PortalConfigContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p PortalConfigContractOperationPredicate) Matches(input PortalConfigContract) bool + type PortalConfigCorsProperties struct + AllowedOrigins *[]string + type PortalConfigCspProperties struct + AllowedSources *[]string + Mode *PortalSettingsCspMode + ReportUri *[]string + type PortalConfigDelegationProperties struct + DelegateRegistration *bool + DelegateSubscription *bool + DelegationURL *string + ValidationKey *string + type PortalConfigId struct + PortalConfigId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewPortalConfigID(subscriptionId string, resourceGroupName string, serviceName string, ...) PortalConfigId + func ParsePortalConfigID(input string) (*PortalConfigId, error) + func ParsePortalConfigIDInsensitively(input string) (*PortalConfigId, error) + func (id *PortalConfigId) FromParseResult(input resourceids.ParseResult) error + func (id PortalConfigId) ID() string + func (id PortalConfigId) Segments() []resourceids.Segment + func (id PortalConfigId) String() string + type PortalConfigProperties struct + Cors *PortalConfigCorsProperties + Csp *PortalConfigCspProperties + Delegation *PortalConfigDelegationProperties + EnableBasicAuth *bool + Signin *PortalConfigPropertiesSignin + Signup *PortalConfigPropertiesSignup + type PortalConfigPropertiesSignin struct + Require *bool + type PortalConfigPropertiesSignup struct + TermsOfService *PortalConfigTermsOfServiceProperties + type PortalConfigTermsOfServiceProperties struct + RequireConsent *bool + Text *string + type PortalSettingsCspMode string + const PortalSettingsCspModeDisabled + const PortalSettingsCspModeEnabled + const PortalSettingsCspModeReportOnly + func (s *PortalSettingsCspMode) UnmarshalJSON(bytes []byte) error + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *PortalConfigContract + OData *odata.OData