security_exception_list

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewResource

func NewResource() resource.Resource

NewResource is a helper function to simplify the provider implementation.

Types

type ExceptionListModel

type ExceptionListModel struct {
	ID            types.String         `tfsdk:"id"`
	SpaceID       types.String         `tfsdk:"space_id"`
	ListID        types.String         `tfsdk:"list_id"`
	Name          types.String         `tfsdk:"name"`
	Description   types.String         `tfsdk:"description"`
	Type          types.String         `tfsdk:"type"`
	NamespaceType types.String         `tfsdk:"namespace_type"`
	OsTypes       types.Set            `tfsdk:"os_types"`
	Tags          types.Set            `tfsdk:"tags"`
	Meta          jsontypes.Normalized `tfsdk:"meta"`
	CreatedAt     types.String         `tfsdk:"created_at"`
	CreatedBy     types.String         `tfsdk:"created_by"`
	UpdatedAt     types.String         `tfsdk:"updated_at"`
	UpdatedBy     types.String         `tfsdk:"updated_by"`
	Immutable     types.Bool           `tfsdk:"immutable"`
	TieBreakerID  types.String         `tfsdk:"tie_breaker_id"`
}

type ExceptionListResource

type ExceptionListResource struct {
	// contains filtered or unexported fields
}

func (*ExceptionListResource) Configure

func (*ExceptionListResource) Create

func (*ExceptionListResource) Delete

func (*ExceptionListResource) ImportState

func (*ExceptionListResource) Metadata

Metadata returns the provider type name.

func (*ExceptionListResource) Read

func (*ExceptionListResource) Schema

func (*ExceptionListResource) Update

Jump to

Keyboard shortcuts

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