Package com.okta.sdk.resource.model
Class PostAPIServiceIntegrationInstance
java.lang.Object
com.okta.sdk.resource.model.PostAPIServiceIntegrationInstance
- 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 PostAPIServiceIntegrationInstance
extends Object
implements Serializable
PostAPIServiceIntegrationInstance
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddgrantedScopesItem(String grantedScopesItem) booleanThe client secret for the API Service Integration instance.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) inthashCode()links(APIServiceIntegrationLinks links) voidsetGrantedScopes(List<String> grantedScopes) voidvoidtoString()
-
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:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
-
Constructor Details
-
PostAPIServiceIntegrationInstance
public PostAPIServiceIntegrationInstance()
-
-
Method Details
-
getConfigGuideUrl
-
getCreatedAt
-
getCreatedBy
-
grantedScopes
-
addgrantedScopesItem
-
getGrantedScopes
-
setGrantedScopes
-
getId
-
getName
-
type
-
getType
-
setType
-
links
-
getLinks
-
setLinks
-
getClientSecret
-
equals
-
hashCode
-
toString
-