PolicySourceType
public enum PolicySourceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case user = "user" -
Undocumented
Declaration
Swift
case group = "group" -
Undocumented
Declaration
Swift
case role = "role" -
Undocumented
Declaration
Swift
case awsManaged = "aws-managed" -
Undocumented
Declaration
Swift
case userManaged = "user-managed" -
Undocumented
Declaration
Swift
case resource = "resource" -
Undocumented
Declaration
Swift
case none = "none" -
Undocumented
Declaration
Swift
case iamPolicy = "IAM Policy" -
Declaration
Swift
public var description: String { get }
View on GitHub
PolicySourceType Enumeration Reference