Sha256: aecb64b655f6c7b275ba40de7bbff39dcc7660d6c26ed8addb8489a323b5bb26

Contents?: true

Size: 749 Bytes

Versions: 23

Compression:

Stored size: 749 Bytes

Contents

# Phrase::AuthorizationUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**note** | **String** | A note to help you remember what the access is used for. | [optional] 
**scopes** | **Array<String>** | A list of scopes that the access can be used for. | [optional] 
**expires_at** | **Time** | Expiration date for the authorization token. Null means no expiration date (default). | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::AuthorizationUpdateParameters.new(note: My Deploy Script,
                                 scopes: ["read","write"],
                                 expires_at: 2015-03-30T09:52:53Z)
```


Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/AuthorizationUpdateParameters.md
phrase-2.20.0 docs/AuthorizationUpdateParameters.md
phrase-2.19.0 docs/AuthorizationUpdateParameters.md