Class ListOAuthClientCredentialsRequest
Inheritance
System.Object
ListOAuthClientCredentialsRequest
Implements
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListOAuthClientCredentialsRequest : object, IOciRequest
Examples
Click here to see an example of how to use ListOAuthClientCredentials request.
Properties
LifecycleState
Declaration
public System.Nullable<OAuth2ClientCredentialSummary.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<OAuth2ClientCredentialSummary.LifecycleStateEnum> | A filter to only return resources that match the given lifecycle state. The state value is case-insensitive. |
Limit
Declaration
public System.Nullable<int> Limit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The maximum number of items to return in a paginated "List" call. |
Page
Declaration
public string Page { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the |
UserId
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the user. |
Remarks
Required