Generates the policy information required by a specified template.
Operation description
If the policies required by the template include Enterprise Distributed Application Service (EDAS), log on to your Alibaba Cloud account and upgrade the RAM permissions for the Resource Access Management (RAM) users that require authorization.
The following example generates access policies for a template whose ID is 5ecd1e10-b0e9-4389-a565-e4c15efc****.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ros:GenerateTemplatePolicy |
list |
Template
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TemplateURL |
string |
No |
The URL of the file that contains the template body. The URL must point to a template that is located on a web server (HTTP or HTTPS) or in an OSS bucket, such as oss://ros/template/demo or oss://ros/template/demo?RegionId=ap-southeast-1. The maximum size of the template is 524,288 bytes. Note
If the OSS region is not specified, the region specified by the RegionId parameter is used by default. You can specify only one of the following parameters: TemplateBody, TemplateURL, and TemplateId. Maximum length: 1,024 bytes. |
oss://ros/template/demo |
| TemplateBody |
string |
No |
The structure of the template body. The length is 1 to 524,288 bytes. If the length is large, we recommend using the HTTP POST method and including the parameter in the request body to avoid request failures caused by an excessively long URL. You can specify only one of the following parameters: TemplateBody, TemplateURL, and TemplateId. |
{"ROSTemplateFormatVersion":"2015-09-01"} |
| TemplateId |
string |
No |
The template ID. Shared templates and private templates are supported. |
5ecd1e10-b0e9-4389-a565-e4c15efc**** |
| TemplateVersion |
string |
No |
The template version. This parameter takes effect only when TemplateId is specified. |
v1 |
| OperationTypes |
array |
No |
The operation types for which policy information is generated. |
|
|
string |
No |
The operation type for which policy information is generated. Valid values:
Note
Default value: all valid values. |
["CreateStack"] |
|
| Parameters |
array<object> |
No |
The input parameters. The input parameters define the parameters that must be specified when you create a stack by using this template. These parameters specify the details of each stack creation, such as the username, password, and environment-specific ECS instance types. |
|
|
object |
No |
The input parameters. The input parameters define the parameters that must be specified when you create a stack by using this template. These parameters specify the details of each stack creation, such as the username, password, and environment-specific ECS instance types. |
||
| ParameterKey |
string |
No |
The name of the parameter. If you do not specify the name and value of a parameter defined in the template, Resource Orchestration Service (ROS) uses the default value specified in the template.
Note
Parameters is optional. If you specify Parameters, you must specify both Parameters.N.ParameterKey and Parameters.N.ParameterValue. |
Domain |
| ParameterValue |
string |
No |
The value of the parameter defined in the template. Maximum value of N: 200. Note
Parameters is optional. If you specify Parameters, Parameters.N.ParameterValue is required. |
PostPaid |
| GenerateOptions |
array |
No |
The options that control how the template access policy is generated. This parameter is of the LIST type. You can specify whether to resolve template parameters and the permission scope of the generated policy: ResolveParameters indicates that the policy is generated after conditions and resources are resolved based on the specified Parameters or parameter default values. IgnoreParameters indicates that the policy is generated without resolving parameters, using the legacy logic. MandatoryPolicy indicates that only the minimum permissions required for template execution are generated. FullPolicy indicates that a full access policy is generated. ResolveParameters and IgnoreParameters are mutually exclusive. MandatoryPolicy and FullPolicy are mutually exclusive. MandatoryPolicy must be used together with ResolveParameters. If this parameter is not specified, ResolveParameters + FullPolicy is used by default when Parameters is specified. Otherwise, IgnoreParameters + FullPolicy is used by default. |
|
|
string |
No |
MandatoryPolicy |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The root node. |
||
| Policy |
object |
The access policy information. |
|
| Version |
string |
The version number. |
1 |
| Statement |
array<object> |
The access policy statement details. |
|
|
array<object> |
The first policy statement. |
||
| Effect |
string |
The authorization effect. Valid values:
|
Allow |
| Resource |
string |
The specific object that is authorized. An asterisk (*) indicates all resources. |
* |
| Action |
array |
The operation on the specific resource. |
|
|
string |
The operation on the specific resource. |
[ "ram:PassRole" ] |
|
| Condition |
object |
The condition for the authorization to take effect. |
{ "StringEquals": { "acs:Service": "fc.aliyuncs.com" } } |
| RequestId |
string |
The request ID. |
B288A0BE-D927-4888-B0F7-B35EF84B6E6 |
| PolicyFunctions |
array<object> |
The policy function configurations. |
|
|
array<object> |
The first element in the policy function list. |
||
| Action |
string |
The action in the policy function. |
accept |
| RequirementLevel |
string |
The requirement level of the policy function. |
|
| ActionPolicyFunctions |
array<object> |
The policy function list. |
|
|
array<object> |
The first sub-policy function of the root policy function. |
||
| ResourceType |
string |
The resource type associated with the policy function. |
stack |
| LogicalResourceId |
string |
The logical resource ID of the policy function. |
SLBLoadBalancer_00001 |
| Functions |
array<object> |
The list of policy functions. |
|
|
object |
The first function in the policy function list. |
||
| Function |
string |
The function in the policy. |
notContains |
| RequirementLevel |
string |
The requirement level of the function. |
|
| OperationType |
string |
The operation type. |
CreateStack |
| RelatedProperties |
array |
The list of related properties. |
|
|
string |
The first element in the list of related properties. |
Examples
Success response
JSON format
{
"Policy": {
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Resource": "*",
"Action": [
"[\n \"ram:PassRole\"\n]"
],
"Condition": {
"StringEquals": {
"acs:Service": "fc.aliyuncs.com"
}
}
}
]
},
"RequestId": "B288A0BE-D927-4888-B0F7-B35EF84B6E6",
"PolicyFunctions": [
{
"Action": "",
"RequirementLevel": "",
"ActionPolicyFunctions": [
{
"ResourceType": "",
"LogicalResourceId": "",
"Functions": [
{
"Function": "",
"RequirementLevel": "",
"OperationType": "",
"RelatedProperties": [
""
]
}
]
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.