Show / Hide Table of Contents

Class OciConsoleSignOnPolicyConsentModifiedResource

The modified Policy, Rule, ConditionGroup or Condition during consent signing.
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: complex
  • uniqueness: none
Inheritance
object
OciConsoleSignOnPolicyConsentModifiedResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class OciConsoleSignOnPolicyConsentModifiedResource

Properties

Ocid

Declaration
[Required(ErrorMessage = "Ocid is required.")]
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type Description
string

The modified Policy, Rule, ConditionGroup, or Condition OCID.
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
Remarks

Required

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OciConsoleSignOnPolicyConsentModifiedResource.TypeEnum? Type { get; set; }
Property Value
Type Description
OciConsoleSignOnPolicyConsentModifiedResource.TypeEnum?

The Modified Resource type - Policy, Rule, ConditionGroup, or Condition. A label that indicates the resource type.
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • idcsDefaultValue: Policy
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Remarks

Required

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Modified Policy, Rule, ConditionGroup or Condition Id.
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
Remarks

Required

In this article
Back to top