Sha256: 83f88a287048434c1825e98f4e461df6bde2fc81f93a89105beffcb43beeb8fb

Contents?: true

Size: 1.31 KB

Versions: 22

Compression:

Stored size: 1.31 KB

Contents

# OryClient::MemberInvite

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Revision Creation Date | [readonly] |
| **id** | **String** | The invite's ID. | [readonly] |
| **invitee_email** | **String** | The invitee's email |  |
| **invitee_id** | **String** |  | [optional] |
| **owner_email** | **String** | The invite owner's email Usually the project's owner email |  |
| **owner_id** | **String** | The invite owner's ID Usually the project's owner |  |
| **project_id** | **String** |  | [optional] |
| **role** | **String** |  | [optional] |
| **status** | **String** | The invite's status Keeps track of the invites status such as pending, accepted, declined, expired pending PENDING accepted ACCEPTED declined DECLINED expired EXPIRED cancelled CANCELLED removed REMOVED |  |
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [readonly] |
| **workspace_id** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::MemberInvite.new(
  created_at: null,
  id: null,
  invitee_email: null,
  invitee_id: null,
  owner_email: null,
  owner_id: null,
  project_id: null,
  role: null,
  status: null,
  updated_at: null,
  workspace_id: null
)
```

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/MemberInvite.md
ory-client-1.16.1 docs/MemberInvite.md
ory-client-1.16.0 docs/MemberInvite.md
ory-client-1.15.17 docs/MemberInvite.md
ory-client-1.15.16 docs/MemberInvite.md
ory-client-1.15.15 docs/MemberInvite.md
ory-client-1.15.14 docs/MemberInvite.md
ory-client-1.15.13 docs/MemberInvite.md
ory-client-1.15.12 docs/MemberInvite.md
ory-client-1.15.10 docs/MemberInvite.md
ory-client-1.15.7 docs/MemberInvite.md
ory-client-1.15.6 docs/MemberInvite.md
ory-client-1.15.5 docs/MemberInvite.md
ory-client-1.15.4 docs/MemberInvite.md
ory-client-1.15.3 docs/MemberInvite.md
ory-client-1.15.0 docs/MemberInvite.md
ory-client-1.14.5 docs/MemberInvite.md
ory-client-1.14.4 docs/MemberInvite.md
ory-client-1.14.3 docs/MemberInvite.md
ory-client-1.14.2 docs/MemberInvite.md