cognitive

package
v0.0.0-...-0e4e14f Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AIServices

type AIServices struct{}

func (AIServices) Arguments

func (AIServices) Arguments() map[string]*pluginsdk.Schema

func (AIServices) Attributes

func (AIServices) Attributes() map[string]*pluginsdk.Schema

func (AIServices) Create

func (AIServices) Create() sdk.ResourceFunc

func (AIServices) CustomImporter

func (r AIServices) CustomImporter() sdk.ResourceRunFunc

func (AIServices) Delete

func (AIServices) Delete() sdk.ResourceFunc

func (AIServices) IDValidationFunc

func (AIServices) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (AIServices) ModelObject

func (AIServices) ModelObject() interface{}

func (AIServices) Read

func (AIServices) Read() sdk.ResourceFunc

func (AIServices) ResourceType

func (AIServices) ResourceType() string

func (AIServices) Update

func (AIServices) Update() sdk.ResourceFunc

type AIServicesModel

type AIServicesModel struct {
	Name                            string                                     `tfschema:"name"`
	ResourceGroupName               string                                     `tfschema:"resource_group_name"`
	Location                        string                                     `tfschema:"location"`
	SkuName                         string                                     `tfschema:"sku_name"`
	CustomSubdomainName             string                                     `tfschema:"custom_subdomain_name"`
	CustomerManagedKey              []CustomerManagedKey                       `tfschema:"customer_managed_key"`
	Fqdns                           []string                                   `tfschema:"fqdns"`
	Identity                        []identity.ModelSystemAssignedUserAssigned `tfschema:"identity"`
	LocalAuthorizationEnabled       bool                                       `tfschema:"local_authentication_enabled"`
	NetworkACLs                     []NetworkACLs                              `tfschema:"network_acls"`
	OutboundNetworkAccessRestricted bool                                       `tfschema:"outbound_network_access_restricted"`
	PublicNetworkAccess             string                                     `tfschema:"public_network_access"`
	Tags                            map[string]string                          `tfschema:"tags"`
	Endpoint                        string                                     `tfschema:"endpoint"`
	PrimaryAccessKey                string                                     `tfschema:"primary_access_key"`
	SecondaryAccessKey              string                                     `tfschema:"secondary_access_key"`
}

type AccountRaiPolicyContentFilter

type AccountRaiPolicyContentFilter struct {
	Name              string `tfschema:"name"`
	FilterEnabled     bool   `tfschema:"filter_enabled"`
	BlockEnabled      bool   `tfschema:"block_enabled"`
	SeverityThreshold string `tfschema:"severity_threshold"`
	Source            string `tfschema:"source"`
}

type AccountRaiPolicyCustomBlock

type AccountRaiPolicyCustomBlock struct {
	Id           string `tfschema:"rai_blocklist_id"`
	BlockEnabled bool   `tfschema:"block_enabled"`
	Source       string `tfschema:"source"`
}

type AccountRaiPolicyResourceModel

type AccountRaiPolicyResourceModel struct {
	Name           string                          `tfschema:"name"`
	AccountId      string                          `tfschema:"cognitive_account_id"`
	BasePolicyName string                          `tfschema:"base_policy_name"`
	ContentFilter  []AccountRaiPolicyContentFilter `tfschema:"content_filter"`
	Mode           string                          `tfschema:"mode"`
	Tags           map[string]string               `tfschema:"tags"`
}

type CognitiveAccountRaiPolicyResource

type CognitiveAccountRaiPolicyResource struct{}

func (CognitiveAccountRaiPolicyResource) Arguments

func (CognitiveAccountRaiPolicyResource) Attributes

func (CognitiveAccountRaiPolicyResource) Create

func (CognitiveAccountRaiPolicyResource) Delete

func (CognitiveAccountRaiPolicyResource) IDValidationFunc

func (CognitiveAccountRaiPolicyResource) ModelObject

func (r CognitiveAccountRaiPolicyResource) ModelObject() interface{}

func (CognitiveAccountRaiPolicyResource) Read

func (CognitiveAccountRaiPolicyResource) ResourceType

func (r CognitiveAccountRaiPolicyResource) ResourceType() string

func (CognitiveAccountRaiPolicyResource) Update

type CognitiveDeploymentResource

type CognitiveDeploymentResource struct{}

func (CognitiveDeploymentResource) Arguments

func (CognitiveDeploymentResource) Attributes

func (r CognitiveDeploymentResource) Attributes() map[string]*pluginsdk.Schema

func (CognitiveDeploymentResource) Create

func (CognitiveDeploymentResource) Delete

func (CognitiveDeploymentResource) IDValidationFunc

func (CognitiveDeploymentResource) ModelObject

func (r CognitiveDeploymentResource) ModelObject() interface{}

func (CognitiveDeploymentResource) Read

func (CognitiveDeploymentResource) ResourceType

func (r CognitiveDeploymentResource) ResourceType() string

func (CognitiveDeploymentResource) Update

type CognitiveRaiBlocklistResource

type CognitiveRaiBlocklistResource struct{}

func (CognitiveRaiBlocklistResource) Arguments

func (CognitiveRaiBlocklistResource) Attributes

func (c CognitiveRaiBlocklistResource) Attributes() map[string]*schema.Schema

func (CognitiveRaiBlocklistResource) Create

func (CognitiveRaiBlocklistResource) Delete

func (CognitiveRaiBlocklistResource) IDValidationFunc

func (c CognitiveRaiBlocklistResource) IDValidationFunc() func(interface{}, string) ([]string, []error)

func (CognitiveRaiBlocklistResource) ModelObject

func (c CognitiveRaiBlocklistResource) ModelObject() interface{}

func (CognitiveRaiBlocklistResource) Read

func (CognitiveRaiBlocklistResource) ResourceType

func (c CognitiveRaiBlocklistResource) ResourceType() string

func (CognitiveRaiBlocklistResource) Update

type CustomerManagedKey

type CustomerManagedKey struct {
	IdentityClientID string `tfschema:"identity_client_id"`
	KeyVaultKeyID    string `tfschema:"key_vault_key_id"`
	ManagedHsmKeyID  string `tfschema:"managed_hsm_key_id"`
}

type DeploymentModelModel

type DeploymentModelModel struct {
	Format  string `tfschema:"format"`
	Name    string `tfschema:"name"`
	Version string `tfschema:"version"`
}

type DeploymentSkuModel

type DeploymentSkuModel struct {
	Name     string `tfschema:"name"`
	Tier     string `tfschema:"tier"`
	Size     string `tfschema:"size"`
	Family   string `tfschema:"family"`
	Capacity int64  `tfschema:"capacity"`
}

type NetworkACLs

type NetworkACLs struct {
	DefaultAction       string                `tfschema:"default_action"`
	IpRules             []string              `tfschema:"ip_rules"`
	VirtualNetworkRules []VirtualNetworkRules `tfschema:"virtual_network_rules"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

DataSources returns a list of Data Sources supported by this Service

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

Resources returns a list of Resources supported by this Service

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

type VirtualNetworkRules

type VirtualNetworkRules struct {
	SubnetID                         string `tfschema:"subnet_id"`
	IgnoreMissingVnetServiceEndpoint bool   `tfschema:"ignore_missing_vnet_service_endpoint"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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