{"type":"model","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/54f4ba30-7fe2-3433-bbd5-a4d458aee37e","info":{"title":"Cisco Cloud-delivered Firewall Management Center (cdFMC) API","version":"1.15.0","description":"Use the documentation to explore the endpoints the cdFMC has to offer","contact":{"name":"Cisco Firepower TAC","email":"ngfw-support@cisco.com"}},"tags":[{"name":"Analysis"},{"name":"Audit"},{"name":"Backup"},{"name":"Change Management"},{"name":"Chassis"},{"name":"Deployment"},{"name":"Device Clusters"},{"name":"Device Groups"},{"name":"Device HA Pairs"},{"name":"Devices"},{"name":"Health"},{"name":"Integration"},{"name":"Intelligence"},{"name":"License"},{"name":"Network Map"},{"name":"Object"},{"name":"Policy"},{"name":"Policy Assignments"},{"name":"Search"},{"name":"Status"},{"name":"System Configuration"},{"name":"System Information"},{"name":"Templates"},{"name":"Troubleshoot"},{"name":"Updates"},{"name":"Users"}],"openapi":"3.0.1","servers":[{"url":"https://api.us.security.cisco.com/firewall","description":"US"},{"url":"https://api.eu.security.cisco.com/firewall","description":"EU"},{"url":"https://api.apj.security.cisco.com/firewall","description":"APJ"},{"url":"https://api.au.security.cisco.com/firewall","description":"AUS"},{"url":"https://api.in.security.cisco.com/firewall","description":"IN"},{"url":"https://api.int.security.cisco.com/firewall","description":"Staging"},{"url":"https://scale.manage.security.cisco.com/api/rest","description":"Scale"},{"url":"https://ci.manage.security.cisco.com/api/rest","description":"CI"},{"url":"https://manage.stg.secure.cisco/api/rest","description":"Stgf9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"description":"Defines Identity Realm Object.","properties":{"activeAuthSessionTimeout":{"description":"Field for the amount of time in minutes a user session is held onto without receiving another login event for sessions from captive portal. Allowed values are from 0 to 35791394. Default value is 1440.","format":"int32","type":"integer"},"adJoinPassword":{"description":"Field to specify the password corresponding to the user in `ad_join_username` when joining an Active Directory domain. Used only for active authentication / captive portal sessions when Kerberos authentication is being used. It must not be empty when 'adJoinUsername' is set. It will be shown as '*********' (nine asterisks), If a field contains '*********' (nine asterisks) on a PUT, we will try to load the password from the existing object.","type":"string"},"adJoinUsername":{"description":"Field to specify the username when joining an Active Directory domain. Used only for active authentication / captive portal sessions when Kerberos authentication is being used.","type":"string"},"adPrimaryDomain":{"description":"Field to specify the domain served by Active Directory. Sessions with users that match this domain will be associated with this realm. It must be unique. If this field is empty, first Directory Server will be queried for its value. If query fails, user must provide a value.","type":"string"},"authSessionTimeout":{"description":"Field for the amount of time in minutes a user session is held onto without receiving another login event for sessions from ISE. Allowed values are from 0 to 35791394. Default value is 1440.","format":"int32","type":"integer"},"baseDn":{"description":"Field that specifies the distinguished name (DN) where we start the search for users and groups from the directory server. If this field is empty, first Directory Server will be queried for its value. If query fails, user must provide a value.","type":"string"},"configurationType":{"enum":["DOWNLOADING","AUTHENTICATING_AND_DOWNLOADING"],"type":"string"},"description":{"description":"Description of the realm. Field is not guaranteed to be safe to display in the UI without escaping HTML characters.","type":"string"},"dirPassword":{"description":"Field to specify the password corresponding to the user in ldapUsername used when sync'ing (downloading) user directory information. Must not be empty for POST. It will be shown as '*********' (nine asterisks), If a field contains '*********n (nine asterisks) on a PUT, we will try to load the password from the existing object.","type":"string"},"dirUsername":{"description":"Field to specify the username used when sync'ing (downloading) user directory information. Must not be empty for POST.","type":"string"},"directoryConfigurations":{"description":"Represents all known directory server connections. They are expected to return the same results, and if one server cannot be contacted, then the next one will be used.","items":{"type":"object","description":"Represents directory server connection","properties":{"connectivityStatus":{"enum":["ACTIVE","NOT_CONNECTED","ERROR"],"type":"string"},"connectivityStatusTimestamp":{"format":"int32","type":"integer"},"encryptionCert":{"description":"An object reference to a `ExternalCACertificate` certificate object on FMC used to connect to a server when using encryption. Must be specified if `LDAPS` or `STARTTLS` is used in `encryptionProtocol`.","type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IExternalCACertificate"},"encryptionProtocol":{"description":"Field of the encryption protocol used when connecting to this directory server. Allowed values are 'NONE', 'LDAPS', or 'STARTTLS'.","enum":["NONE","STARTTLS","LDAPS"],"type":"string"},"hostname":{"description":"Field to specify the hostname or IP address of the directory server. This is a required field.","type":"string"},"id":{"description":"Field indicating the order this directoryConfiguration should be used.","format":"int32","type":"integer"},"interface":{"description":"An object reference to the SecurityZone used by RA-VPN configurations when using a realm for authentication, and it specifies which interface the device will use to contact the directory server.","type":"object","properties":{"description":{"type":"string"},"devices":{"items":{"type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"interfaces":{"items":{"type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"ifname":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IFTDInterface"},"type":"array"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IInterfaceDeviceModel"},"type":"array"},"id":{"type":"string"},"interfaceMode":{"enum":["PASSIVE","INLINE","SWITCHED","ROUTED","MANAGEMENT","LOOPBACK"],"type":"string"},"interfaces":{"items":{"type":"object","properties":{"description":{"type":"string"},"id":{"type":"string"},"ifname":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IFTDInterface"},"type":"array"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"type":"object","properties":{"domain":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IDomain"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IMetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","properties":{"reason":{"enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"type":"boolean"}},"$$ref":"#/components/schemas/IReadonly"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/IMetadata"},"name":{"type":"string"},"overridable":{"type":"boolean"},"overrides":{"type":"object","description":"Defines the override details for this object.","properties":{"parent":{"description":"Link to the parent/global resource which is overriden.","type":"object","properties":{"id":{"description":"Unique identifier representing resource.","type":"string"},"links":{"description":"Object containing links to this resource.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"description":"User chosen resource name.","type":"string"},"type":{"description":"Response object associated with resource.","type":"string"}},"$$ref":"#/components/schemas/IReference"},"target":{"description":"The device or the domain target on which this override is enabled.","type":"object","properties":{"id":{"description":"Unique identifier representing resource.","type":"string"},"links":{"description":"Object containing links to this resource.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"description":"User chosen resource name.","type":"string"},"type":{"description":"Response object associated with resource.","type":"string"}},"$$ref":"#/components/schemas/IReference"}},"$$ref":"#/components/schemas/IOverride"},"type":{"type":"string"},"version":{"type":"string"}},"$$ref":"#/components/schemas/IInterfaceGroupObjectModel"},"port":{"description":"Field of the port used to connect to the directory server. Allowed value are from 1 to 65535. ","format":"int32","type":"integer"},"useRoutingToSelectInterface":{"description":"Field used by RA-VPN configurations when using a realm for authentication, and it specifies whether the device will use predefined routing to connect to the directory server.","type":"boolean"}},"$$ref":"#/components/schemas/IDirectoryConfiguration"},"type":"array"},"enabled":{"description":"Field represents whether this `Realm` can be used by other policies.","type":"boolean"},"excludedGroups":{"description":"Fields of the group names that are configured to be excluded in the download.","items":{"type":"string"},"type":"array"},"excludedUsers":{"description":"Fields of the user names that are configured to be excluded in the download.","items":{"type":"string"},"type":"array"},"failedAuthSessionTimeout":{"description":"Field for the amount of time in minutes a user session is held onto without receiving another login event for failed authentication sessions. Allowed values are from 0 to 35791394. Default value is 1440.","format":"int32","type":"integer"},"groupAttribute":{"description":"Field that specifies which `LDAP` attribute we use to determine group membership.","type":"string"},"groupDn":{"description":"Field that specifies the distinguished name (DN) where we start the search for groups from the directory server. If this field is empty, first Directory Server will be queried for its value. If query fails, user must provide a value","type":"string"},"guestSessionTimeout":{"description":"Field for the amount of time in minutes a user session is held onto without receiving another login event for guest user sessions. Allowed values are from 0 to 35791394. Default value is 1440.","format":"int32","type":"integer"},"id":{"description":"Unique Identifier, in `UUID` format, of the realm. This field is required for PUT but cannot be included in a POST request.","type":"string"},"identityConnector":{"type":"object","properties":{"clientId":{"type":"string"},"clientSecret":{"type":"string"},"consumerGroupId":{"type":"string"},"eventHubsBroker":{"type":"string"},"eventHubsConnString":{"type":"string"},"eventHubsTopic":{"type":"string"},"excludedGroups":{"items":{"type":"string"},"type":"array"},"id":{"type":"string"},"includedGroups":{"items":{"type":"string"},"type":"array"},"tenantId":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/AzureADConnector"},"identityProvider":{"type":"string"},"idpSettings":{"type":"object","properties":{"certificate":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/ReferenceObject"},"certificateId":{"type":"string"},"entityId":{"type":"string"},"ssoUrl":{"type":"string"}},"$$ref":"#/components/schemas/IdpSettings"},"includedGroups":{"description":"Fields of the user names that are configured to be included in the download.","items":{"type":"string"},"type":"array"},"includedUsers":{"description":"Fields of the user names that are configured to be included in the download.","items":{"type":"string"},"type":"array"},"links":{"description":"Self link","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"metadata":{"description":"Metadata object of the realm","type":"object","properties":{"domain":{"type":"object","description":"The details about the domain.","properties":{"id":{"description":"Unique UUID of this domain","type":"string"},"links":{"description":"Links to the domain resource URLs.","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"description":"Name of the domain.","type":"string"},"type":{"description":"Domain type definition (fixed).","type":"string"},"uuid":{"type":"string"}},"$$ref":"#/components/schemas/Domain"},"duplicatedDomain":{"description":"Field represents whether an imported realm has 'adPrimaryDomain' that conflicts with an existing realm on the system. A realm with this flag set can not be enabled until the condition has been cleared.","type":"boolean"},"hasUnresolvedReferences":{"description":"Field represents whether this `Realm` has unresolved references.","type":"boolean"},"isDownloading":{"description":"Field represents whether a download task is in progress.","type":"boolean"},"isLocked":{"type":"boolean"},"lastUser":{"type":"object","description":"This object defines details about the user.","properties":{"id":{"description":"The unique UUID of the user","type":"string"},"links":{"description":"Contains the self referencing links to this resource","type":"object","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"description":"Name of the user.","type":"string"},"type":{"description":"The user type (fixed).","type":"string"}},"$$ref":"#/components/schemas/MetadataUser"},"matches":{"items":{"type":"string"},"type":"array"},"readOnly":{"type":"object","description":"Defines the read only conditions if the referenced resource is read only.","properties":{"reason":{"description":"Reason the resource is read only - SYSTEM (if it is system defined), RBAC (if user RBAC permissions make it read only) or DOMAIN (if resource is read only in current domain).","enum":["RBAC","SYSTEM","DOMAIN"],"type":"string"},"state":{"description":"True if this resource us read only and false otherwise.","type":"boolean"}},"$$ref":"#/components/schemas/ReadOnly"},"systemDefined":{"description":"Field represents whether this `Realm` can be seen by other policies.","type":"boolean"},"timestamp":{"format":"int32","type":"integer"}},"$$ref":"#/components/schemas/RealmMetadata"},"name":{"description":"Name of the realm. It must be unique and must not be empty for POST. It is not guaranteed to be safe to display in the UI without escaping HTML characters.","type":"string"},"proxy":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/IProxy"},"realmId":{"description":"Field for the internal id of the realm. It is a read-only field, not to be set for any operation.","format":"int32","type":"integer"},"realmType":{"description":"Type of the realm. User-specified values can be 'AD' or 'LDAP'. System-specified values may also include Special and Discovered. Once realmType has been set during object creation, it cannot be changed.","enum":["AD","LDAP","LOCAL","DISCOVERED","SPECIAL","AZURE_AD","SAML"],"type":"string"},"samlSessionTimeout":{"format":"int32","type":"integer"},"spSettings":{"type":"object","properties":{"acsUrl":{"type":"string"},"baseUrl":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/ReferenceObject"},"baseUrlId":{"type":"string"},"certificate":{"type":"object","properties":{"id":{"type":"string"},"links":{"type":"object","description":"This defines the self referencing links for the given resource.","properties":{"parent":{"description":"Full resource URL path to reference the parent (if any) for this resource.","type":"string"},"self":{"description":"Full resource URL path to reference this particular resource.","type":"string"}},"$$ref":"#/components/schemas/ILinks"},"name":{"type":"string"},"type":{"type":"string"}},"$$ref":"#/components/schemas/ReferenceObject"},"certificateId":{"type":"string"},"entityId":{"type":"string"}},"$$ref":"#/components/schemas/SpSettings"},"tsAgentSessionTimeout":{"description":"Field for the amount of time in minutes a user session is held onto without receiving another login event for sessions from TSAgent. Allowed values are from 0 to 35791394. Default value is 1440.","format":"int32","type":"integer"},"type":{"description":"Value is 'Realm'. Read only fixed value.","type":"string"},"updateHour":{"description":"Field for the hour where the sync (download) from the directory starts. Allowed values are from 0 to 23. Default value is 0.","format":"int32","type":"integer"},"updateInterval":{"description":"Field for the frequency in hours of the sync (download). Allowed values are 1,2,3,4,8,12 or 24. Default value is 24.","format":"int32","type":"integer"},"version":{"description":"Revision, in `UUID` format, of the realm. Must be present for PUT, but not for POST. IT must be the same as last saved objecti for PUT.","type":"string"}},"type":"object","title":"Realm"}}