PrincipalType

public enum PrincipalType : String, CustomStringConvertible, Codable

Undocumented

  • all

    Undocumented

    Declaration

    Swift

    case all = "All"
  • Undocumented

    Declaration

    Swift

    case service = "Service"
  • Undocumented

    Declaration

    Swift

    case organizationunit = "OrganizationUnit"
  • Undocumented

    Declaration

    Swift

    case account = "Account"
  • Undocumented

    Declaration

    Swift

    case user = "User"
  • Undocumented

    Declaration

    Swift

    case role = "Role"
  • Declaration

    Swift

    public var description: String { get }