PolicyScopeType
public enum PolicyScopeType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case all = "All" -
Undocumented
Declaration
Swift
case aws = "AWS" -
Undocumented
Declaration
Swift
case local = "Local" -
Declaration
Swift
public var description: String { get }
View on GitHub
PolicyScopeType Enumeration Reference