Documentation ¶
Index ¶
- type DLPIDMProfileLite
- func GetAll(service *services.Service, activeOnly bool) ([]DLPIDMProfileLite, error)
- func GetDLPProfileLiteByName(service *services.Service, profileLiteName string, activeOnly bool) (*DLPIDMProfileLite, error)
- func GetDLPProfileLiteID(service *services.Service, ProfileLiteID int, activeOnly bool) (*DLPIDMProfileLite, error)
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 ¶ added in v2.61.0
func GetAll(service *services.Service, activeOnly bool) ([]DLPIDMProfileLite, error)
func GetDLPProfileLiteByName ¶ added in v2.61.0
func GetDLPProfileLiteID ¶ added in v2.61.0
Click to show internal directories.
Click to hide internal directories.