public class CreateSCIMCredentialRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSCIMCredentialRequest() |
CreateSCIMCredentialRequest(CreateSCIMCredentialRequest 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 |
---|---|
Long |
getExpireDuration()
Get 过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期
|
String |
getZoneId()
Get 空间ID。z-前缀开头,后面是12位随机数字/小写字母
|
void |
setExpireDuration(Long ExpireDuration)
Set 过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期
|
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, toJsonString
public CreateSCIMCredentialRequest()
public CreateSCIMCredentialRequest(CreateSCIMCredentialRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 空间ID。z-前缀开头,后面是12位随机数字/小写字母public Long getExpireDuration()
public void setExpireDuration(Long ExpireDuration)
ExpireDuration
- 过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期Copyright © 2025. All rights reserved.