Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created February 6, 2017 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobvanluijt/af46f69be969132fb11fe3b9c8f005e7 to your computer and use it in GitHub Desktop.
Save bobvanluijt/af46f69be969132fb11fe3b9c8f005e7 to your computer and use it in GitHub Desktop.
Weave - authorizedApps
{
"AuthorizedApp": {
"properties": {
"androidApps": {
"description": "Android apps authorized under this project ID.",
"items": {
"properties": {
"certificate_hash": {
"description": "Android certificate hash.",
"type": "string"
},
"package_name": {
"description": "Android package name.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"displayName": {
"description": "The display name of the app.",
"type": "string"
},
"iconUrl": {
"description": "An icon for the app.",
"type": "string"
},
"kind": {
"default": "weave#authorizedApp",
"description": "Identifies what kind of resource this is. Value: the fixed string \"weave#authorizedApp\".",
"type": "string"
},
"projectId": {
"description": "Project ID.",
"type": "string"
}
},
"type": "object"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment