Sha256: 3382fd2bebe881ba27e7255146ca8a1be85469311d1ef554b9e2c42353b9a1e1

Contents?: true

Size: 1.12 KB

Versions: 21

Compression:

Stored size: 1.12 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 |  |
| **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

21 entries across 21 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha29 docs/ProjectInvite.md