@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpsertOAuthScopesRestrictionDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OIDC_SCOPES |
static String |
JSON_PROPERTY_PERMISSION_SCOPES |
boolean |
unparsed |
| Constructor and Description |
|---|
UpsertOAuthScopesRestrictionDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
UpsertOAuthScopesRestrictionDataAttributes |
addOidcScopesItem(OAuthOidcScope oidcScopesItem) |
UpsertOAuthScopesRestrictionDataAttributes |
addPermissionScopesItem(String permissionScopesItem) |
boolean |
equals(Object o)
Return true if this UpsertOAuthScopesRestrictionDataAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<OAuthOidcScope> |
getOidcScopes()
OIDC scopes the client is allowed to request.
|
List<String> |
getPermissionScopes()
Datadog permission scopes the client is allowed to request.
|
int |
hashCode() |
UpsertOAuthScopesRestrictionDataAttributes |
oidcScopes(List<OAuthOidcScope> oidcScopes) |
UpsertOAuthScopesRestrictionDataAttributes |
permissionScopes(List<String> permissionScopes) |
UpsertOAuthScopesRestrictionDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setOidcScopes(List<OAuthOidcScope> oidcScopes) |
void |
setPermissionScopes(List<String> permissionScopes) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_OIDC_SCOPES
public static final String JSON_PROPERTY_PERMISSION_SCOPES
public UpsertOAuthScopesRestrictionDataAttributes()
public UpsertOAuthScopesRestrictionDataAttributes oidcScopes(List<OAuthOidcScope> oidcScopes)
public UpsertOAuthScopesRestrictionDataAttributes addOidcScopesItem(OAuthOidcScope oidcScopesItem)
@Nullable public List<OAuthOidcScope> getOidcScopes()
public void setOidcScopes(List<OAuthOidcScope> oidcScopes)
public UpsertOAuthScopesRestrictionDataAttributes permissionScopes(List<String> permissionScopes)
public UpsertOAuthScopesRestrictionDataAttributes addPermissionScopesItem(String permissionScopesItem)
@Nullable public List<String> getPermissionScopes()
public UpsertOAuthScopesRestrictionDataAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.