dlp_idm_profile_lite

package
v3.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DLPIDMProfileLite

type DLPIDMProfileLite struct {
	// The identifier (1-64) for the IDM template (i.e., IDM profile) that is unique within the organization.
	ProfileID int `json:"profileId,omitempty"`

	// The IDM template name.
	TemplateName string `json:"templateName,omitempty"`

	// The name of the Index Tool virtual machine (VM) that the IDM template belongs to.
	ClientVM *common.IDNameExtensions `json:"clientVm,omitempty"`

	// The name of the Index Tool virtual machine (VM) that the IDM template belongs to.
	NumDocuments int `json:"numDocuments,omitempty"`

	// The date and time the IDM template was last modified.
	LastModifiedTime int `json:"lastModifiedTime,omitempty"`

	// The admin that modified the IDM template last.
	ModifiedBy *common.IDNameExtensions `json:"modifiedBy,omitempty"`
}

Gets a list of active IDM templates (or IDM profiles) and their criteria, only.

func GetAll

func GetAll(ctx context.Context, service *zscaler.Service, activeOnly bool) ([]DLPIDMProfileLite, error)

func GetDLPProfileLiteByName

func GetDLPProfileLiteByName(ctx context.Context, service *zscaler.Service, profileLiteName string, activeOnly bool) (*DLPIDMProfileLite, error)

func GetDLPProfileLiteID

func GetDLPProfileLiteID(ctx context.Context, service *zscaler.Service, ProfileLiteID int, activeOnly bool) (*DLPIDMProfileLite, error)

Jump to

Keyboard shortcuts

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