Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 821 Bytes

Guid.md

File metadata and controls

26 lines (15 loc) · 821 Bytes

Id4iApi.Guid

Properties

Name Type Description Notes
createdTimestamp Number The UTC unix timestamp of when this GUID has been created [optional]
holderOrganizationId String Organization namespace of the GUID holder [optional]
id4n String The ID [optional]
ownerOrganizationId String Organization namespace of the GUID owner [optional]
physicalState String Physical attachment state of the GUID [optional]
properties {String: String} The properties of the organization [optional]

Enum: PhysicalStateEnum

  • UNATTACHED (value: "UNATTACHED")

  • ATTACHED (value: "ATTACHED")

  • DETACHED (value: "DETACHED")