DeleteMailboxPermissionsRequest

public struct DeleteMailboxPermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the member (user or group)that owns the mailbox.

    Declaration

    Swift

    public let entityId: String
  • The identifier of the member (user or group) for which to delete granted permissions.

    Declaration

    Swift

    public let granteeId: String
  • The identifier of the organization under which the member (user or group) exists.

    Declaration

    Swift

    public let organizationId: String
  • Undocumented

    Declaration

    Swift

    public init(entityId: String, granteeId: String, organizationId: String)
  • Declaration

    Swift

    public func validate(name: String) throws