Class ResourceRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class ResourceRepresentation
- Inheritance
-
ResourceRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Attributes
[JsonPropertyName("attributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, ICollection<string>>? Attributes { get; set; }
Property Value
- IDictionary<string, ICollection<string>>
DisplayName
[JsonPropertyName("displayName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DisplayName { get; set; }
Property Value
- string
Icon_uri
[JsonPropertyName("icon_uri")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Icon_uri { get; set; }
Property Value
- string
Name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
- string
Owner
[JsonPropertyName("owner")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Owner? Owner { get; set; }
Property Value
- Owner
OwnerManagedAccess
[JsonPropertyName("ownerManagedAccess")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? OwnerManagedAccess { get; set; }
Property Value
- bool?
Scopes
[JsonPropertyName("scopes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ScopeRepresentation>? Scopes { get; set; }
Property Value
- ICollection<ScopeRepresentation>
ScopesUma
[JsonPropertyName("scopesUma")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<ScopeRepresentation>? ScopesUma { get; set; }
Property Value
- ICollection<ScopeRepresentation>
Type
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Type { get; set; }
Property Value
- string
Uri
[JsonPropertyName("uri")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public string? Uri { get; set; }
Property Value
- string
Uris
[JsonPropertyName("uris")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Uris { get; set; }
Property Value
- ICollection<string>
_id
[JsonPropertyName("_id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? _id { get; set; }
Property Value
- string