列出Secret使用情况
列出Secret使用情况
Path Parameters
Possible values: non-empty
and <= 63 characters
订阅
Possible values: non-empty
and <= 63 characters
资源组
Possible values: non-empty
and <= 63 characters
可用区
Possible values: non-empty
and <= 63 characters
工作空间资源名称
Possible values: non-empty
and <= 128 characters
Secret名称
Query Parameters
暂不支持,每一页的大小,需为非负整数,如果不填或填0,则忽略page_token,返回所有数据
暂不支持,指定要使用的页码,将pageToken设置为之前列表请求返回的nextPageToken以获取下一页的结果,如果不填,则返回所有数据
- 200
- default
OK
Schema
- Array [
- ]
related_resources object[]
关联Secret的资源列表
{
"related_resources": [
{
"resource_type": "RESOURCE_TYPE_UNSPECIFIED",
"name": "string"
}
]
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}