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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SecurityEventsProviderSettingsResponse
extends Object
implements Serializable
Security Events Provider settings
- See Also:
-
Field Summary
-
Constructor Summary
-
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
Issuer URL- Returns:
- issuer
-
setIssuer
-
jwksUrl
-
getJwksUrl
The public URL where the JWKS public key is uploaded- Returns:
- jwksUrl
-
setJwksUrl
-
wellKnownUrl
-
getWellKnownUrl
The well-known URL of the Security Events Provider (the SSF transmitter)- Returns:
- wellKnownUrl
-
getWellKnownUrl_JsonNullable
-
setWellKnownUrl_JsonNullable
public void setWellKnownUrl_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> wellKnownUrl) -
setWellKnownUrl
-
equals
-
hashCode
public int hashCode() -
toString
-