@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVerifiedAccessTrustProviderOidcOptions extends Object implements Serializable, Cloneable
OpenID Connect options for an oidc
-type, user-identity based trust provider.
Constructor and Description |
---|
ModifyVerifiedAccessTrustProviderOidcOptions() |
Modifier and Type | Method and Description |
---|---|
ModifyVerifiedAccessTrustProviderOidcOptions |
clone() |
boolean |
equals(Object obj) |
String |
getScope()
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's
details.
|
int |
hashCode() |
void |
setScope(String scope)
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's
details.
|
String |
toString()
Returns a string representation of this object.
|
ModifyVerifiedAccessTrustProviderOidcOptions |
withScope(String scope)
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's
details.
|
public ModifyVerifiedAccessTrustProviderOidcOptions()
public void setScope(String scope)
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
scope
- OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a
user's details. Each scope returns a specific set of user attributes.public String getScope()
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
public ModifyVerifiedAccessTrustProviderOidcOptions withScope(String scope)
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
scope
- OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a
user's details. Each scope returns a specific set of user attributes.public String toString()
toString
in class Object
Object.toString()
public ModifyVerifiedAccessTrustProviderOidcOptions clone()