Sha256: 07c1e7078994d5fc355029ef53dcd50782c91d05a0a2621f9eef1c54e76919ec

Contents?: true

Size: 1.22 KB

Versions: 42

Compression:

Stored size: 1.22 KB

Contents

# OryClient::ProjectInvite

## 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** | The Project's ID this invite is associated with |  |
| **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] |

## Example

```ruby
require 'ory-client'

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

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
ory-client-1.1.41 docs/ProjectInvite.md
ory-client-1.1.40 docs/ProjectInvite.md
ory-client-1.1.39.alpha0 docs/ProjectInvite.md
ory-client-1.1.39 docs/ProjectInvite.md
ory-client-1.1.38 docs/ProjectInvite.md
ory-client-1.1.37 docs/ProjectInvite.md
ory-client-1.1.36 docs/ProjectInvite.md
ory-client-1.1.35 docs/ProjectInvite.md
ory-client-1.1.34 docs/ProjectInvite.md
ory-client-1.1.33 docs/ProjectInvite.md
ory-client-1.1.32 docs/ProjectInvite.md
ory-client-1.1.31 docs/ProjectInvite.md
ory-client-1.1.30 docs/ProjectInvite.md
ory-client-1.1.29 docs/ProjectInvite.md
ory-client-1.1.28 docs/ProjectInvite.md
ory-client-1.1.27 docs/ProjectInvite.md
ory-client-1.1.26 docs/ProjectInvite.md
ory-client-1.1.25 docs/ProjectInvite.md
ory-client-1.1.24 docs/ProjectInvite.md
ory-client-1.1.23 docs/ProjectInvite.md