PolicyOwnerEntityType

public enum PolicyOwnerEntityType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case user = "USER"
  • Undocumented

    Declaration

    Swift

    case role = "ROLE"
  • Undocumented

    Declaration

    Swift

    case group = "GROUP"
  • Declaration

    Swift

    public var description: String { get }