AddResourcePermissionsRequest
public struct AddResourcePermissionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Declaration
Swift
public let authenticationToken: String? -
The notification options.
Declaration
Swift
public let notificationOptions: NotificationOptions? -
The users, groups, or organization being granted permission.
Declaration
Swift
public let principals: [SharePrincipal] -
The ID of the resource.
Declaration
Swift
public let resourceId: String -
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, notificationOptions: NotificationOptions? = nil, principals: [SharePrincipal], resourceId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AddResourcePermissionsRequest Structure Reference