Documentation ¶
Index ¶
Constants ¶
View Source
const ( DevicePendingProvision = "PENDING_PROVISION" DeviceProvisioned = "DEVICE_PROVISIONED" DeviceCertRevoked = "CERT_REVOKED" DeviceCertExpired = "CERT_EXPIRED" DeviceDecommisioned = "DEVICE_DECOMMISIONED" )
View Source
const ( LogDeviceCreated = "LOG_DEVICE_CREATED" LogPendingProvision = "LOG_PENDING_PROVISION" LogProvisioned = "LOG_PROVISIONED" LogCertRevoked = "LOG_CERT_REVOKED" LogCertExpired = "LOG_CERT_EXPIRED" LogDeviceDecommisioned = "LOG_DEVICE_DECOMMISIONED" )
View Source
const ( CertHistoryActive = "ACTIVE" CertHistoryExpired = "EXPIRED" CertHistoryRevoked = "REVOKED" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentCertificate ¶ added in v0.0.10
type DMSCertHistory ¶
type DMSLastIssued ¶
type Device ¶
type Device struct { Id string `json:"id"` Alias string `json:"alias"` Description string `json:"description"` Tags []string `json:"tags"` IconName string `json:"icon_name"` IconColor string `json:"icon_color"` Status string `json:"status,omitempty"` DmsId string `json:"dms_id"` KeyMetadata PrivateKeyMetadataWithStregth `json:"key_metadata,omitempty"` Subject Subject `json:"subject,omitempty"` CreationTimestamp string `json:"creation_timestamp,omitempty"` ModificationTimestamp string `json:"modification_timestamp,omitempty"` CurrentCertificate CurrentCertificate `json:"current_certificate,omitempty"` }
type DeviceCert ¶
type DeviceCertHistory ¶
type OrderOptions ¶ added in v0.0.10
type PaginationOptions ¶ added in v0.0.10
type PrivateKeyMetadata ¶
type QueryParameters ¶ added in v0.0.10
type QueryParameters struct { Filter string `json:"filter"` Order OrderOptions `json:"order_options"` Pagination PaginationOptions `json:"pagination_options"` }
Click to show internal directories.
Click to hide internal directories.