Show / Hide Table of Contents

Class FullyQualifiedScope

Inheritance
System.Object
FullyQualifiedScope
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class FullyQualifiedScope : object

Properties

Audience

Declaration
public string Audience { get; set; }
Property Value
Type Description
System.String

Audience for the given scope context.

Remarks

Required

Scope

Declaration
public string Scope { get; set; }
Property Value
Type Description
System.String

Allowed permission scope for the given context.

Remarks

Required

In This Article
Back to top