public class CreateAuditTrackRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAuditTrackRequest() |
CreateAuditTrackRequest(CreateAuditTrackRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Get Tracking set event type (`Read`: Read; `Write`: Write; `*`: All)
|
String[] |
getEventNames()
Get The list of API names of tracking set events.
|
String |
getName()
Get Tracking set name, which can only contain 3-48 letters, digits, hyphens, and underscores.
|
String |
getResourceType()
Get The product to which the tracking set event belongs.
|
Long |
getStatus()
Get Tracking set status (0: Not enabled; 1: Enabled)
|
Storage |
getStorage()
Get Storage type of shipped data.
|
Long |
getTrackForAllMembers()
Get Whether to enable the feature of shipping organization members’ operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled.
|
void |
setActionType(String ActionType)
Set Tracking set event type (`Read`: Read; `Write`: Write; `*`: All)
|
void |
setEventNames(String[] EventNames)
Set The list of API names of tracking set events.
|
void |
setName(String Name)
Set Tracking set name, which can only contain 3-48 letters, digits, hyphens, and underscores.
|
void |
setResourceType(String ResourceType)
Set The product to which the tracking set event belongs.
|
void |
setStatus(Long Status)
Set Tracking set status (0: Not enabled; 1: Enabled)
|
void |
setStorage(Storage Storage)
Set Storage type of shipped data.
|
void |
setTrackForAllMembers(Long TrackForAllMembers)
Set Whether to enable the feature of shipping organization members’ operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAuditTrackRequest()
public CreateAuditTrackRequest(CreateAuditTrackRequest source)
public String getName()
public void setName(String Name)
Name
- Tracking set name, which can only contain 3-48 letters, digits, hyphens, and underscores.public String getActionType()
public void setActionType(String ActionType)
ActionType
- Tracking set event type (`Read`: Read; `Write`: Write; `*`: All)public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- The product to which the tracking set event belongs. The value can be a single product such as `cos`, or `*` that indicates all products.public Long getStatus()
public void setStatus(Long Status)
Status
- Tracking set status (0: Not enabled; 1: Enabled)public String[] getEventNames()
public void setEventNames(String[] EventNames)
EventNames
- The list of API names of tracking set events. When `ResourceType` is `*`, the value of `EventNames` must be `*`. When `ResourceType` is a specified product, the value of `EventNames` can be `*`. When `ResourceType` is `cos` or `cls`, up to 10 APIs are supported.public Storage getStorage()
public void setStorage(Storage Storage)
Storage
- Storage type of shipped data. Valid values: `cos`, `cls`.public Long getTrackForAllMembers()
public void setTrackForAllMembers(Long TrackForAllMembers)
TrackForAllMembers
- Whether to enable the feature of shipping organization members’ operation logs to the organization admin account or the trusted service admin account (0: Not enabled; 1: Enabled. This feature can only be enabled by the organization admin account or the trusted service admin account)Copyright © 2024. All rights reserved.