KeyContainer
public class KeyContainer : ModelObject
Representation of a physical access key container.
-
ID of the badge linked to the key container
Declaration
Swift
@objc public dynamic var badgeId: String
-
unique ID of the key container. The ID contains the
orgId
and is unique for a network.Declaration
Swift
@objc public private(set) dynamic var uniqueId: String
-
ID of the key container
Declaration
Swift
@objc public private(set) dynamic var id: String
-
Organization ID for the key container
Declaration
Swift
@objc public private(set) dynamic var orgId: String
-
Organization name for the container
Declaration
Swift
@objc public private(set) dynamic var orgName: String
-
Name of the key container
Declaration
Swift
@objc public private(set) dynamic var name: String
-
Boolean that indicates if the key container is favorited
Declaration
Swift
@objc public dynamic var favorite: Bool { get set }
-
Type of the key container. See
KeyContainerType
Declaration
Swift
public var type: KeyContainerType { get }
-
Data representation of the keys’ layout dictionary in a key container.
Declaration
Swift
@objc public dynamic var layoutInfo: Data