public class ServiceAccountAuthenticationOptions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServiceAccountAuthenticationOptions() | 
| ServiceAccountAuthenticationOptions(ServiceAccountAuthenticationOptions 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 | 
|---|---|
| Boolean | getAutoCreateDiscoveryAnonymousAuth()Get If it is set to `true`, a RABC rule is automatically created to allow anonymous users to access `/.well-known/openid-configuration` and `/openid/v1/jwks`. | 
| String | getIssuer()Get service-account-issuer
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getJWKSURI()Get service-account-jwks-uri
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| Boolean | getUseTKEDefault()Get Use TKE default issuer and jwksuri
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setAutoCreateDiscoveryAnonymousAuth(Boolean AutoCreateDiscoveryAnonymousAuth)Set If it is set to `true`, a RABC rule is automatically created to allow anonymous users to access `/.well-known/openid-configuration` and `/openid/v1/jwks`. | 
| void | setIssuer(String Issuer)Set service-account-issuer
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setJWKSURI(String JWKSURI)Set service-account-jwks-uri
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setUseTKEDefault(Boolean UseTKEDefault)Set Use TKE default issuer and jwksuri
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic ServiceAccountAuthenticationOptions()
public ServiceAccountAuthenticationOptions(ServiceAccountAuthenticationOptions source)
public Boolean getUseTKEDefault()
public void setUseTKEDefault(Boolean UseTKEDefault)
UseTKEDefault - Use TKE default issuer and jwksuri
Note: This field may return `null`, indicating that no valid values can be obtained.public String getIssuer()
public void setIssuer(String Issuer)
Issuer - service-account-issuer
Note: this field may return `null`, indicating that no valid values can be obtained.public String getJWKSURI()
public void setJWKSURI(String JWKSURI)
JWKSURI - service-account-jwks-uri
Note: this field may return `null`, indicating that no valid values can be obtained.public Boolean getAutoCreateDiscoveryAnonymousAuth()
public void setAutoCreateDiscoveryAnonymousAuth(Boolean AutoCreateDiscoveryAnonymousAuth)
AutoCreateDiscoveryAnonymousAuth - If it is set to `true`, a RABC rule is automatically created to allow anonymous users to access `/.well-known/openid-configuration` and `/openid/v1/jwks`.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.