public static final class QueryCustomAuthIdentityResponseBody.Results.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCustomAuthIdentityResponseBody.Results |
build() |
QueryCustomAuthIdentityResponseBody.Results.Builder |
clientId(String clientId)
The client ID if IdentityType is set to CLIENT.
|
QueryCustomAuthIdentityResponseBody.Results.Builder |
identityType(String identityType)
The identity type.
|
QueryCustomAuthIdentityResponseBody.Results.Builder |
secret(String secret)
The AccessKey secret.
|
QueryCustomAuthIdentityResponseBody.Results.Builder |
signMode(String signMode)
The signature verification mode.
|
QueryCustomAuthIdentityResponseBody.Results.Builder |
username(String username)
The username.
|
public QueryCustomAuthIdentityResponseBody.Results.Builder clientId(String clientId)
The client ID if IdentityType is set to CLIENT.
example:GID_ICP@@@4d378084
public QueryCustomAuthIdentityResponseBody.Results.Builder identityType(String identityType)
The identity type. Valid values:
USER
public QueryCustomAuthIdentityResponseBody.Results.Builder secret(String secret)
The AccessKey secret.
example:62a5916d71767185b48907d85c2efae2
public QueryCustomAuthIdentityResponseBody.Results.Builder signMode(String signMode)
The signature verification mode. ORIGIN: compares the password and the AccessKey secret. SIGNED: uses the HMAC_SHA1 algorithm to sign the client ID to obtain a password and then compares the password.
example:SIGNED
public QueryCustomAuthIdentityResponseBody.Results.Builder username(String username)
The username.
example:test
public QueryCustomAuthIdentityResponseBody.Results build()
Copyright © 2025. All rights reserved.