Class RestoreOciConsolePolicy
Schema to restoring OCI Console Policy to Factory Defaults.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class RestoreOciConsolePolicy
Properties
CompartmentOcid
Declaration
[JsonProperty(PropertyName = "compartmentOcid")]
public string CompartmentOcid { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
Consent
Declaration
[Required(ErrorMessage = "Consent is required.")]
[JsonProperty(PropertyName = "consent")]
public bool? Consent { get; set; }
Property Value
Type | Description |
---|---|
bool? | SCIM++ Properties:
|
Remarks
Required
DeleteInProgress
Declaration
[JsonProperty(PropertyName = "deleteInProgress")]
public bool? DeleteInProgress { get; set; }
Property Value
Type | Description |
---|---|
bool? | SCIM++ Properties:
|
DomainOcid
Declaration
[JsonProperty(PropertyName = "domainOcid")]
public string DomainOcid { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
IdcsCreatedBy
Declaration
[JsonProperty(PropertyName = "idcsCreatedBy")]
public IdcsCreatedBy IdcsCreatedBy { get; set; }
Property Value
Type | Description |
---|---|
IdcsCreatedBy |
IdcsLastModifiedBy
Declaration
[JsonProperty(PropertyName = "idcsLastModifiedBy")]
public IdcsLastModifiedBy IdcsLastModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
IdcsLastModifiedBy |
IdcsLastUpgradedInRelease
Declaration
[JsonProperty(PropertyName = "idcsLastUpgradedInRelease")]
public string IdcsLastUpgradedInRelease { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
IdcsPreventedOperations
Declaration
[JsonProperty(PropertyName = "idcsPreventedOperations", ItemConverterType = typeof(ResponseEnumConverter))]
public List<IdcsPreventedOperations> IdcsPreventedOperations { get; set; }
Property Value
Type | Description |
---|---|
List<IdcsPreventedOperations> | SCIM++ Properties:
|
Meta
Declaration
[JsonProperty(PropertyName = "meta")]
public Meta Meta { get; set; }
Property Value
Type | Description |
---|---|
Meta |
Ocid
Declaration
[JsonProperty(PropertyName = "ocid")]
public string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
Reason
Declaration
[Required(ErrorMessage = "Reason is required.")]
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|
Remarks
Required
Schemas
Declaration
[Required(ErrorMessage = "Schemas is required.")]
[JsonProperty(PropertyName = "schemas")]
public List<string> Schemas { get; set; }
Property Value
Type | Description |
---|---|
List<string> | SCIM++ Properties:
|
Remarks
Required
Tags
Declaration
[JsonProperty(PropertyName = "tags")]
public List<Tags> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<Tags> | SCIM++ Properties:
|
TenancyOcid
Declaration
[JsonProperty(PropertyName = "tenancyOcid")]
public string TenancyOcid { get; set; }
Property Value
Type | Description |
---|---|
string | SCIM++ Properties:
|