Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity,
Map<String,String> additionalHeaders)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.getPrincipalRateLimitEntity(String principalRateLimitId)
Retrieve a Principal Rate Limit
Retrieves a Principal Rate Limit entity by `principalRateLimitId`
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.getPrincipalRateLimitEntity(String principalRateLimitId,
Map<String,String> additionalHeaders)
Retrieve a Principal Rate Limit
Retrieves a Principal Rate Limit entity by `principalRateLimitId`
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.replacePrincipalRateLimitEntity(String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.replacePrincipalRateLimitEntity(String principalRateLimitId,
PrincipalRateLimitEntity entity,
Map<String,String> additionalHeaders)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
Modifier and Type | Method and Description |
---|---|
List<PrincipalRateLimitEntity> |
PrincipalRateLimitApi.listPrincipalRateLimitEntities(String filter,
String after,
Integer limit)
List all Principal Rate Limits
Lists all Principal Rate Limit entities considering the provided parameters
|
List<PrincipalRateLimitEntity> |
PrincipalRateLimitApi.listPrincipalRateLimitEntities(String filter,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Principal Rate Limits
Lists all Principal Rate Limit entities considering the provided parameters
|
Modifier and Type | Method and Description |
---|---|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.createPrincipalRateLimitEntity(PrincipalRateLimitEntity entity,
Map<String,String> additionalHeaders)
Create a Principal Rate Limit
Creates a new Principal Rate Limit entity.
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.replacePrincipalRateLimitEntity(String principalRateLimitId,
PrincipalRateLimitEntity entity)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
PrincipalRateLimitEntity |
PrincipalRateLimitApi.replacePrincipalRateLimitEntity(String principalRateLimitId,
PrincipalRateLimitEntity entity,
Map<String,String> additionalHeaders)
Replace a Principal Rate Limit
Replaces a principal rate limit entity by `principalRateLimitId`
|
Modifier and Type | Method and Description |
---|---|
PrincipalRateLimitEntity |
PrincipalRateLimitEntity.principalId(String principalId) |
PrincipalRateLimitEntity |
PrincipalRateLimitEntity.principalType(PrincipalType principalType) |
Copyright © 2017–2023 Okta. All rights reserved.