public class UpdateSCIMCredentialStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateSCIMCredentialStatusRequest() | 
| UpdateSCIMCredentialStatusRequest(UpdateSCIMCredentialStatusRequest 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 | getCredentialId()Get SCIM密钥ID。scimcred-前缀开头,后面是12位随机数字/小写字母。 | 
| String | getNewStatus()Get SCIM密钥状态。Enabled:启用。 Disabled:禁用。 | 
| String | getZoneId()Get 空间ID。z-前缀开头,后面是12位随机数字/小写字母 | 
| void | setCredentialId(String CredentialId)Set SCIM密钥ID。scimcred-前缀开头,后面是12位随机数字/小写字母。 | 
| void | setNewStatus(String NewStatus)Set SCIM密钥状态。Enabled:启用。 Disabled:禁用。 | 
| void | setZoneId(String ZoneId)Set 空间ID。z-前缀开头,后面是12位随机数字/小写字母 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateSCIMCredentialStatusRequest()
public UpdateSCIMCredentialStatusRequest(UpdateSCIMCredentialStatusRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 空间ID。z-前缀开头,后面是12位随机数字/小写字母public String getCredentialId()
public void setCredentialId(String CredentialId)
CredentialId - SCIM密钥ID。scimcred-前缀开头,后面是12位随机数字/小写字母。public String getNewStatus()
public void setNewStatus(String NewStatus)
NewStatus - SCIM密钥状态。Enabled:启用。 Disabled:禁用。Copyright © 2025. All rights reserved.