Sha256: 087f991cf1d21151447094aebdf8491515204e46f3a5b08bb8ddf516b40f2a97

Contents?: true

Size: 907 Bytes

Versions: 2

Compression:

Stored size: 907 Bytes

Contents

# Athenian::AccountStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **is_admin** | **Boolean** | Indicates whether the user is an account administrator. |  |
| **expired** | **Boolean** | Indicates whether the account is disabled. |  |
| **stale** | **Boolean** | Indicates whether the account is temporarily not receiving data updates. |  |
| **has_jira** | **Boolean** | Indicates whether the account installed the integration with JIRA. |  |
| **has_ci** | **Boolean** | Indicates whether the account permitted the access to check suites. |  |
| **has_deployments** | **Boolean** | Indicates whether the account has submitted at least one deployment. |  |

## Example

```ruby
require 'athenian'

instance = Athenian::AccountStatus.new(
  is_admin: null,
  expired: null,
  stale: null,
  has_jira: null,
  has_ci: null,
  has_deployments: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/AccountStatus.md
athenian-2.1.85 docs/AccountStatus.md