/secrets-manager/api/v1/targetdomains
Get all target domains
sortkey
string
sortdir
string
limit
int
offset
int
Success
{
"count": 123,
"items": [
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"domain_name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
]
}
/secrets-manager/api/v1/targetdomains
Create a target domain
id
string
name
string
Target domain name
domain_name
string
Target domain directory domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
scan_status
string
scan_message
string
Scan failure reason
last_scanned
string
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (policy_handle)
id
string
name
string
endpoints
array
type
string
scan_priority
int
Scanning priority, 0 to disable scanning
rotation_priority
int
Rotation priority, 0 to disable rotation
attribute_mapping
object
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
entra_tenant_id
string
entra_client_id
string
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array
comment
string
created
string
author
string
updated
string
updated_by
string
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"domain_name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
Target domain was successfully created
{
"id": "5bf77342-221c-11ee-be56-0242ac120002"
}
/secrets-manager/api/v1/targetdomains/search
Create a target domain
keywords
string
Space or comma separated list of search keywords
enabled
boolean
periodic_scan
boolean
auto_onboarding
boolean
{
"keywords": "string",
"enabled": true,
"periodic_scan": true,
"auto_onboarding": true
}
Success
{
"count": 123,
"items": [
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"domain_name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
]
}
/secrets-manager/api/v1/targetdomains/{targetDomainID}
Get target domain
targetDomainID
string
required
Success
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"domain_name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
/secrets-manager/api/v1/targetdomains/{targetDomainID}
Modify a target domain
id
string
name
string
Target domain name
domain_name
string
Target domain directory domain name
enabled
boolean
periodic_scan
boolean
Enable / disable periodic scan of target domain accounts
periodic_scan_interval
int
Periodic scan interval in seconds
scan_status
string
scan_message
string
Scan failure reason
last_scanned
string
auto_onboarding
boolean
Enable/disable target domain account onboarding
auto_onboarding_policy
object (policy_handle)
id
string
name
string
endpoints
array
type
string
scan_priority
int
Scanning priority, 0 to disable scanning
rotation_priority
int
Rotation priority, 0 to disable rotation
attribute_mapping
object
ldap_protocol
string
ldap_address
string
ldap_port
int
ldap_base_dn
string
ldap_bind_dn
string
ldap_bind_password
string
ldap_user_filter
string
ldap_root_certificates
string
ldap_skip_strict_cert_check
boolean
entra_base_url
string
entra_tenant_id
string
entra_client_id
string
entra_client_secret
string
entra_batch_size
int
entra_page_size
int
entra_group_filter
array
comment
string
created
string
author
string
updated
string
updated_by
string
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"domain_name": "string",
"enabled": true,
"periodic_scan": true,
"periodic_scan_interval": 0,
"scan_status": "SCAN_ONGOING",
"scan_message": "string",
"last_scanned": "2023-06-07T17:32:28Z",
"auto_onboarding": true,
"auto_onboarding_policy": {
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string"
},
"endpoints": [
{
"type": "AD",
"scan_priority": 1,
"rotation_priority": 0,
"attribute_mapping": {},
"ldap_protocol": "string",
"ldap_address": "string",
"ldap_port": 123,
"ldap_base_dn": "string",
"ldap_bind_dn": "string",
"ldap_bind_password": "string",
"ldap_user_filter": "string",
"ldap_root_certificates": "string",
"ldap_skip_strict_cert_check": true,
"entra_base_url": "https://www.example.com",
"entra_tenant_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_id": "5bf77342-221c-11ee-be56-0242ac120002",
"entra_client_secret": "string",
"entra_batch_size": 123,
"entra_page_size": 123,
"entra_group_filter": [
"string"
]
}
],
"comment": "string",
"created": "2023-06-07T17:32:28Z",
"author": "5bf77342-221c-11ee-be56-0242ac120002",
"updated": "2023-06-07T17:32:28Z",
"updated_by": "5bf77342-221c-11ee-be56-0242ac120002"
}
Target domain was successfully modified
Empty response
/secrets-manager/api/v1/targetdomains/{targetDomainID}
Delete a target domain
targetDomainID
string
required
Target domain was successfully deleted
Empty response
/secrets-manager/api/v1/targetdomains/{targetDomainID}/refresh
Trigger target domain account scan
targetDomainID
string
required
Target domain account scan was successfully triggered
Empty response
Was this page helpful?