Class AppAllowedScopes
A list of scopes (exposed by this App or by other Apps) that this App is allowed to access when it acts as an OAuthClient.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppAllowedScopesProperties
Fqs
Declaration
[Required(ErrorMessage = "Fqs is required.")]
[JsonProperty(PropertyName = "fqs")]
public string Fqs { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.
 
 | 
Remarks
Required
IdOfDefiningApp
Declaration
[JsonProperty(PropertyName = "idOfDefiningApp")]
public string IdOfDefiningApp { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of the App that defines this scope.
 
 | 
ReadOnly
Declaration
[JsonProperty(PropertyName = "readOnly")]
public bool? ReadOnly { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | If true, indicates that this value must be protected.
 
 |