Show / Hide Table of Contents

Class RuleExtensionOciconsolesignonpolicyconsentPolicy

This extension defines attributes used to record consent for modification of the "Security Policy for OCI Console" sign-on policy, Rule, Condition or ConditionGroup.

Inheritance
object
RuleExtensionOciconsolesignonpolicyconsentPolicy
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 RuleExtensionOciconsolesignonpolicyconsentPolicy

Properties

Consent

Declaration
[JsonProperty(PropertyName = "consent")]
public bool? Consent { get; set; }
Property Value
Type Description
bool?

Set to true when an identity domain administrator opts to change the Oracle security defaults for the "Security Policy for OCI Console" shipped by Oracle. Defaults to false.
Added In: 2405220110
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: never
  • type: boolean

Justification

Declaration
[JsonProperty(PropertyName = "justification")]
public string Justification { get; set; }
Property Value
Type Description
string

The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the "Security Policy for OCI Console" sign-on policy shipped by Oracle.
Added In: 2405220110
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: never
  • type: string

Reason

Declaration
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }
Property Value
Type Description
string

The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the "Security Policy for OCI Console" sign-on policy shipped by Oracle.
Added In: 2405220110
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: never
  • type: string
In this article
Back to top