Class OciConsoleSignOnPolicyConsentConsentSignedBy
User or App that signs the consent.
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class OciConsoleSignOnPolicyConsentConsentSignedBy
Properties
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the User or App that signed consent.
|
Remarks
Required
Ocid
Declaration
[Required(ErrorMessage = "Ocid is required.")]
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the User or App that signed consent.
|
Remarks
Required
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OciConsoleSignOnPolicyConsentConsentSignedBy.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
OciConsoleSignOnPolicyConsentConsentSignedBy.TypeEnum? | Type of principal that signed consent: User or App.
|
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Id of the User or App that signed consent.
|
Remarks
Required