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