Skip to content

Commit

Permalink
feat(schema/attachpolicytouser): schema support ALIYUN::RAM::AttachPo…
Browse files Browse the repository at this point in the history
…licyToUser
  • Loading branch information
wss-git committed Nov 10, 2020
1 parent 872a7ba commit a6b855f
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$id": "ALIYUN::RAM::AttachPolicyToUser",
"type": "object",
"properties": {
"Type": {
"type": "string",
"enum": [
"ALIYUN::RAM::AttachPolicyToUser"
]
},
"Properties": {
"type": "object",
"properties": {
"PolicyType": {
"type": "string"
},
"UserName": {
"type": "string"
},
"PolicyName": {
"type": "string"
}
},
"required": [
"PolicyType",
"UserName",
"PolicyName"
],
"additionalProperties": false,
"document": {
"default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::RAM::AttachPolicyToUser"
}
}
},
"required": [
"Type",
"Properties"
],
"document": {
"default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::RAM::AttachPolicyToUser"
},
"insertText": "${1:AttachPolicyToUser}:\n Type: ALIYUN::RAM::AttachPolicyToUser\n Properties:\n "
}

0 comments on commit a6b855f

Please sign in to comment.