Show / Hide Table of Contents

Class CreateOAuth2ClientCredentialDetails

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

Properties

Description

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

Description of the oauth credential to help user differentiate them.

Remarks

Required

Name

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

Name of the oauth credential to help user differentiate them.

Remarks

Required

Scopes

Declaration
public System.Collections.Generic.List<FullyQualifiedScope> Scopes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FullyQualifiedScope>

Allowed scopes for the given oauth credential.

Remarks

Required

In This Article
Back to top