All Products
Search
Document Center

Bastionhost:SetPolicyAssetScope

Last Updated:Aug 16, 2024

Specifies the assets to which a control policy applies.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-bastionhost:SetPolicyAssetScope
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The bastion host ID.

Note You can call the DescribeInstances operation to query the bastion host ID.
bastionhost-cn-st220aw****
RegionIdstringNo

The region ID of the bastion host.

Note For more information about the mapping between region IDs and region names, see Regions and zones.
cn-hangzhou
PolicyIdstringYes

The ID of the control policy that you want to modify.

Note You can call the ListPolicies operation to query the control policy ID.
7
ScopeTypestringYes

The scope of assets to which the control policy applies. Valid values:

  • All: The control policy applies to all assets.
  • Host: The control policy applies to specified hosts.
  • Database: The control policy applies to specified databases.
  • HostGroup: The control policy applies to specified asset groups.
All
Hostsarray<object>No

The hosts to which the control policy applies.

Note This parameter is required if ScopeType is set to Host. You can specify up to 500 hosts.
objectNo
HostIdstringNo

The host ID.

1
AccountScopeTypestringNo

The scope of host accounts to which the control policy applies. Valid values:

  • All: The control policy applies to all accounts of the host.
  • AccountId: The control policy applies specified accounts of the host.
All
HostAccountIdsarrayNo

The host accounts to which the control policy applies.

Note This parameter is required if AccountScopeType is set to AccountId.
stringNo

The host account ID.

["96"]
Databasesarray<object>No

The databases to which the control policy applies.

Note This parameter is required if ScopeType is set to Database. You can specify up to 500 databases.
objectNo
DatabaseIdstringNo

The database ID.

3
AccountScopeTypestringNo

The scope of database accounts to which the control policy applies. Valid values:

  • All: The control policy applies to all database accounts of the database.
  • AccountId: The control policy applies to specified database accounts of the database.
AccountId
DatabaseAccountIdsarrayNo

The database accounts to which the control policy applies.

Note This parameter is required if AccountScopeType is set to AccountId.
stringNo

The database account IDs.

["3"]
HostGroupsarray<object>No

The asset groups to which the control policy applies.

Note This parameter is required if ScopeType is set to HostGroup. You can specify up to 100 asset groups.
objectNo
HostGroupIdstringNo

The asset group ID.

86
AccountScopeTypestringNo

The scope of asset accounts to which the control policy applies. Valid values:

  • All: The control policy applies to all accounts in the asset group.
  • AccountName: The control policy applies to specified accounts in the asset group.
All
AccountNamesarrayNo

The asset accounts to which the control policy applies.

Note This parameter is required if AccountScopeType is set to AccountName.
stringNo

The username of the asset account.

["root", "admin"]

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

5EAB922E-F476-5DFA-9290-313C608E724B

Examples

Sample success responses

JSONformat

{
  "RequestId": "5EAB922E-F476-5DFA-9290-313C608E724B"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe argument is invalid.The argument is invalid.
404PolicyNotFoundThe policy is not found.The policy is not found.
500InternalErrorAn unknown error occurred.An unknown error occurred.

For a list of error codes, visit the Service error codes.