Class Claim
Inherited Members
Namespace: Oci.IdentitydataplaneService.Models
Assembly: OCI.DotNetSDK.Identitydataplane.dll
Syntax
public class ClaimProperties
Issuer
Declaration
[JsonProperty(PropertyName = "issuer")]
public string Issuer { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The issuer of the claim. | 
Key
Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The key of the claim. | 
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The value of the claim. | 
Remarks
Required