Package com.okta.sdk.resource.model
Class PostAPIServiceIntegrationInstanceRequest
java.lang.Object
com.okta.sdk.resource.model.PostAPIServiceIntegrationInstanceRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class PostAPIServiceIntegrationInstanceRequest
extends Object
implements Serializable
PostAPIServiceIntegrationInstanceRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddgrantedScopesItem
(String grantedScopesItem) boolean
The list of Okta management scopes granted to the API Service Integration instance.getType()
The type of the API service integration.grantedScopes
(List<String> grantedScopes) int
hashCode()
void
setGrantedScopes
(List<String> grantedScopes) void
toString()
-
Field Details
-
JSON_PROPERTY_GRANTED_SCOPES
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
PostAPIServiceIntegrationInstanceRequest
public PostAPIServiceIntegrationInstanceRequest()
-
-
Method Details
-
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
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-