Skip to main content
Version: v41

access_group

Access group

idstring

UUID

namestring

human readable name for access group

commentstring

optional human readable description

host_certificate_trust_anchorsstring

RDP host certificate trust anchors in PEM format

winrm_host_certificate_trust_anchorsstring

WinRM host certificate trust anchors in PEM format

db_host_certificate_trust_anchorsstring

DB host certificate trust anchors in PEM format

defaultboolean

true for default access group

ca_idstring

comma-separated string of UUIDs of access group's CAs

primary_ca_idstring

UUID of access group's primary CA

createdstring<date-time>

When the object was created

Example: 2017-01-01T15:05:05Z
updatedstring<date-time>

When the object was updated

Example: 2017-01-01T15:05:05Z
updated_bystring<uuid>

ID of the user who updated the object

Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
authorstring<uuid>

ID of the user who originally authored the object

Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
access_group
{
"id": "string",
"name": "string",
"comment": "string",
"host_certificate_trust_anchors": "string",
"winrm_host_certificate_trust_anchors": "string",
"db_host_certificate_trust_anchors": "string",
"default": true,
"ca_id": "string",
"primary_ca_id": "string",
"created": "2017-01-01T15:05:05Z",
"updated": "2017-01-01T15:05:05Z",
"updated_by": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
"author": "eef4aefc-d64e-4c2c-aba4-4914c86ce059"
}