Class IdentityPropagationTrustImpersonationServiceUsers
The Impersonating Principal.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class IdentityPropagationTrustImpersonationServiceUsers
Properties
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Service User.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | The URI that corresponds to the Service User.
|
Rule
Declaration
[Required(ErrorMessage = "Rule is required.")]
[JsonProperty(PropertyName = "rule")]
public string Rule { get; set; }
Property Value
Type | Description |
---|---|
string | The rule expression to be used for matching the inbound token for impersonation.
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the Service User.
|
Remarks
Required