KeyknoxGetKeysParams

@objc(VSSKeyknoxGetKeysParams)
public class KeyknoxGetKeysParams : NSObject

Keyknox get parameters

  • Keyknox owner identity

    Declaration

    Swift

    @objc
    public let identity: String?
  • Root

    Declaration

    Swift

    @objc
    public let root: String?
  • Path

    Declaration

    Swift

    @objc
    public let path: String?
  • Init

    Declaration

    Swift

    @objc
    public init(identity: String? = nil,
                root: String? = nil,
                path: String? = nil)

    Parameters

    identity

    Keyknox owner identity

    root

    Root

    path

    Path