PolicyType
public enum PolicyType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case serviceControlPolicy = "SERVICE_CONTROL_POLICY" -
Undocumented
Declaration
Swift
case tagPolicy = "TAG_POLICY" -
Undocumented
Declaration
Swift
case backupPolicy = "BACKUP_POLICY" -
Undocumented
Declaration
Swift
case aiservicesOptOutPolicy = "AISERVICES_OPT_OUT_POLICY" -
Declaration
Swift
public var description: String { get }
View on GitHub
PolicyType Enumeration Reference