ServiceAccountCredentials
public struct ServiceAccountCredentials : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.
Declaration
Swift
public let accountName: String -
The password for the account.
Declaration
Swift
public let accountPassword: String -
Undocumented
Declaration
Swift
public init(accountName: String, accountPassword: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ServiceAccountCredentials Structure Reference