public class ServiceAccountAuthenticationOptions extends AbstractModel
| 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. | 
| 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 | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ServiceAccountAuthenticationOptions()
public ServiceAccountAuthenticationOptions(ServiceAccountAuthenticationOptions source)
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 © 2022. All rights reserved.