class Aws::WorkDocs::Types::SharePrincipal

Describes the recipient type and ID, if available.

@note When making an API call, you may pass SharePrincipal

data as a hash:

    {
      id: "IdType", # required
      type: "USER", # required, accepts USER, GROUP, INVITE, ANONYMOUS, ORGANIZATION
      role: "VIEWER", # required, accepts VIEWER, CONTRIBUTOR, OWNER, COOWNER
    }

@!attribute [rw] id

The ID of the recipient.
@return [String]

@!attribute [rw] type

The type of the recipient.
@return [String]

@!attribute [rw] role

The role of the recipient.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/SharePrincipal AWS API Documentation

Constants

SENSITIVE