RevokeLinkedApiAppArg

public class RevokeLinkedApiAppArg : CustomStringConvertible, JSONRepresentable

The RevokeLinkedApiAppArg struct

  • The application’s unique id.

    Declaration

    Swift

    public let appId: String
  • The unique id of the member owning the device.

    Declaration

    Swift

    public let teamMemberId: String
  • This flag is not longer supported, the application dedicated folder (in case the application uses one) will be kept.

    Declaration

    Swift

    public let keepAppFolder: Bool
  • Declaration

    Swift

    public var description: String { get }