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.
Inherited Members
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.
|
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.
|
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.
|