Package com.okta.sdk.resource.model
Class APIServiceIntegrationInstance
java.lang.Object
com.okta.sdk.resource.model.APIServiceIntegrationInstance
- 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 APIServiceIntegrationInstance
extends Object
implements Serializable
APIServiceIntegrationInstance
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddgrantedScopesItem
(String grantedScopesItem) boolean
The URL to the API service integration configuration guideTimestamp when the API Service Integration instance was createdThe user ID of the API Service Integration instance creatorThe list of Okta management scopes granted to the API Service Integration instance.getId()
The ID of the API Service Integration instancegetLinks()
Get linksgetName()
The name of the API service integration that corresponds with the `type` property.getType()
The type of the API service integration.grantedScopes
(List<String> grantedScopes) int
hashCode()
links
(APIServiceIntegrationLinks links) void
setGrantedScopes
(List<String> grantedScopes) void
void
toString()
-
Field Details
-
JSON_PROPERTY_CONFIG_GUIDE_URL
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_GRANTED_SCOPES
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
APIServiceIntegrationInstance
public APIServiceIntegrationInstance()
-
-
Method Details
-
getConfigGuideUrl
The URL to the API service integration configuration guide- Returns:
- configGuideUrl
-
getCreatedAt
Timestamp when the API Service Integration instance was created- Returns:
- createdAt
-
getCreatedBy
The user ID of the API Service Integration instance creator- Returns:
- createdBy
-
grantedScopes
-
addgrantedScopesItem
-
getGrantedScopes
The list of Okta management scopes granted to the API Service Integration instance. See [Okta management OAuth 2.0 scopes](/oauth2/#okta-admin-management).- Returns:
- grantedScopes
-
setGrantedScopes
-
getId
The ID of the API Service Integration instance- Returns:
- id
-
getName
The name of the API service integration that corresponds with the `type` property. This is the full name of the API service integration listed in the Okta Integration Network (OIN) catalog.- Returns:
- name
-
type
-
getType
The type of the API service integration. This string is an underscore-concatenated, lowercased API service integration name. For example, `my_api_log_integration`.- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-