Class ListAuthenticationProvidersRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class ListAuthenticationProvidersRequest : IOciRequestExamples
Click here to see an example of how to use ListAuthenticationProviders request.
Properties
Id
Declaration
[HttpConverter(TargetEnum.Query, "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Authentication Provider identifier. | 
IdentityProvider
Declaration
[HttpConverter(TargetEnum.Query, "identityProvider")]
public AuthenticationIdentityProvider? IdentityProvider { get; set; }Property Value
| Type | Description | 
|---|---|
| AuthenticationIdentityProvider? | List only Authentication Providers for this Identity Provider. | 
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public LifecycleState? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| LifecycleState? | List only the resources that are in this lifecycle state. | 
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return per page. | 
Name
Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | List only the information for Authentication Providers with this name. Authentication Provider names are unique and may not change.
 | 
OdaInstanceId
Declaration
[Required(ErrorMessage = "OdaInstanceId is required.")]
[HttpConverter(TargetEnum.Path, "odaInstanceId")]
public string OdaInstanceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Digital Assistant instance identifier. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. This value is included in the opc-request-id response header. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The page at which to start retrieving results.
 | 
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListAuthenticationProvidersRequest.SortByEnum? SortBy { get; set; }Property Value
| Type | Description | 
|---|---|
| ListAuthenticationProvidersRequest.SortByEnum? | Sort on this field. You can specify one sort order only. The default sort field is  | 
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListAuthenticationProvidersRequest.SortOrderEnum? SortOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| ListAuthenticationProvidersRequest.SortOrderEnum? | Sort the results in this order, use either  |