Show / Hide Table of Contents

Class UpdateOAuth2ClientCredentialDetails

Inheritance
System.Object
UpdateOAuth2ClientCredentialDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class UpdateOAuth2ClientCredentialDetails : 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

IsResetPassword

Declaration
public System.Nullable<bool> IsResetPassword { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Indicate if the password to be reset or not in the update.

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