Package com.okta.sdk.resource.model
Class SecurityEventsProviderSettingsResponse
java.lang.Object
com.okta.sdk.resource.model.SecurityEventsProviderSettingsResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SecurityEventsProviderSettingsResponse
extends Object
implements Serializable
Security Events Provider settings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Issuer URLThe public URL where the JWKS public key is uploadedThe well-known URL of the Security Events Provider (the SSF transmitter)org.openapitools.jackson.nullable.JsonNullable
<String> int
hashCode()
void
void
setJwksUrl
(String jwksUrl) void
setWellKnownUrl
(String wellKnownUrl) void
setWellKnownUrl_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> wellKnownUrl) toString()
wellKnownUrl
(String wellKnownUrl)
-
Field Details
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_JWKS_URL
- See Also:
-
JSON_PROPERTY_WELL_KNOWN_URL
- See Also:
-
-
Constructor Details
-
SecurityEventsProviderSettingsResponse
public SecurityEventsProviderSettingsResponse()
-
-
Method Details
-
issuer
-
getIssuer
-
setIssuer
-
jwksUrl
-
getJwksUrl
-
setJwksUrl
-
wellKnownUrl
-
getWellKnownUrl
-
getWellKnownUrl_JsonNullable
-
setWellKnownUrl_JsonNullable
public void setWellKnownUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> wellKnownUrl) -
setWellKnownUrl
-
equals
-
hashCode
-
toString
-