Class ListDbCredentialsRequest
Implements
Inherited Members
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListDbCredentialsRequest : IOciRequest
Examples
Click here to see an example of how to use ListDbCredentials request.
Properties
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public DbCredential.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
DbCredential.LifecycleStateEnum? | A filter to only return resources that match the given lifecycle state. The state value is case-insensitive. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return in a paginated "List" call. |
Name
Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to only return resources that match the given name exactly. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The value of the |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListDbCredentialsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListDbCredentialsRequest.SortByEnum? | The field to sort by. You can provide one sort order ( |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListDbCredentialsRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListDbCredentialsRequest.SortOrderEnum? | The sort order to use, either ascending ( |
UserId
Declaration
[Required(ErrorMessage = "UserId is required.")]
[HttpConverter(TargetEnum.Path, "userId")]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the user. |
Remarks
Required