Class ListIdentityProvidersRequest
Inheritance
Implements
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListIdentityProvidersRequest : object, IOciRequest
Examples
Click here to see an example of how to use ListIdentityProviders request.
Properties
CompartmentId
Declaration
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OCID of the compartment (remember that the tenancy is simply the root compartment). |
Remarks
Required
LifecycleState
Declaration
public System.Nullable<IdentityProvider.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IdentityProvider.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. |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | A filter to only return resources that match the given name exactly. |
Page
Declaration
public string Page { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the |
Protocol
Declaration
public string Protocol { get; set; }
Property Value
Type | Description |
---|---|
System.String | The protocol used for federation. |
Remarks
Required
SortBy
Declaration
public System.Nullable<ListIdentityProvidersRequest.SortByEnum> SortBy { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ListIdentityProvidersRequest.SortByEnum> | The field to sort by. You can provide one sort order ( |
SortOrder
Declaration
public System.Nullable<ListIdentityProvidersRequest.SortOrderEnum> SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ListIdentityProvidersRequest.SortOrderEnum> | The sort order to use, either ascending ( |