fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# IamPermission

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Alphanumeric string identifying the permission. | 
**object** | Option<**String**> | The type of the object. | 
**name** | Option<**String**> | Name of the permission. | 
**description** | Option<**String**> | The description of the permission. | 
**resource_name** | Option<**String**> | The name of the resource the operation will be performed on. | 
**resource_description** | Option<**String**> | The description of the resource. | 
**scope** | Option<**String**> | Permissions are either \"service\" level or \"account\" level. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)