StackAttribute
public enum StackAttribute : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case storageConnectors = "STORAGE_CONNECTORS" -
Undocumented
Declaration
Swift
case storageConnectorHomefolders = "STORAGE_CONNECTOR_HOMEFOLDERS" -
Undocumented
Declaration
Swift
case storageConnectorGoogleDrive = "STORAGE_CONNECTOR_GOOGLE_DRIVE" -
Undocumented
Declaration
Swift
case storageConnectorOneDrive = "STORAGE_CONNECTOR_ONE_DRIVE" -
Undocumented
Declaration
Swift
case redirectUrl = "REDIRECT_URL" -
Undocumented
Declaration
Swift
case feedbackUrl = "FEEDBACK_URL" -
Undocumented
Declaration
Swift
case themeName = "THEME_NAME" -
Undocumented
Declaration
Swift
case userSettings = "USER_SETTINGS" -
Undocumented
Declaration
Swift
case embedHostDomains = "EMBED_HOST_DOMAINS" -
Undocumented
Declaration
Swift
case iamRoleArn = "IAM_ROLE_ARN" -
Undocumented
Declaration
Swift
case accessEndpoints = "ACCESS_ENDPOINTS" -
Declaration
Swift
public var description: String { get }
View on GitHub
StackAttribute Enumeration Reference