Uses of Class
com.tencentcloudapi.cloudaudit.v20190319.models.LookupAttribute
-
Packages that use LookupAttribute Package Description com.tencentcloudapi.cloudaudit.v20190319.models -
-
Uses of LookupAttribute in com.tencentcloudapi.cloudaudit.v20190319.models
Methods in com.tencentcloudapi.cloudaudit.v20190319.models that return LookupAttribute Modifier and Type Method Description LookupAttribute[]DescribeEventsRequest. getLookupAttributes()Get 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)LookupAttribute[]LookUpEventsRequest. getLookupAttributes()Get 检索条件Methods in com.tencentcloudapi.cloudaudit.v20190319.models with parameters of type LookupAttribute Modifier and Type Method Description voidDescribeEventsRequest. setLookupAttributes(LookupAttribute[] LookupAttributes)Set 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)voidLookUpEventsRequest. setLookupAttributes(LookupAttribute[] LookupAttributes)Set 检索条件Constructors in com.tencentcloudapi.cloudaudit.v20190319.models with parameters of type LookupAttribute Constructor Description LookupAttribute(LookupAttribute source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-