Values.GetPermissionResponseSourceRetrieves the contents of a managed permission in JSON format.
type nonrec t = {permission : ResourceSharePermissionDetail.t option;An object with details about the permission.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `MalformedArnException of MalformedArnException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ServerInternalException of ServerInternalException.t| `UnknownResourceException of UnknownResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]