Class ListDomainsRequest
Inheritance
Implements
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListDomainsRequest : object, IOciRequest
Examples
Click here to see an example of how to use ListDomains 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
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The mutable display name of the identity domain. |
HomeRegionUrl
Declaration
public string HomeRegionUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The region-specific identity domain URL. |
IsHiddenOnLogin
Declaration
public System.Nullable<bool> IsHiddenOnLogin { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | Indicates whether or not the identity domain is visible at the sign-in screen. |
LicenseType
Declaration
public string LicenseType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The license type of the identity domain. |
LifecycleState
Declaration
public System.Nullable<Domain.LifecycleStateEnum> LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Domain.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. |
OpcRequestId
Declaration
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.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
public string Page { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value of the |
SortBy
Declaration
public System.Nullable<ListDomainsRequest.SortByEnum> SortBy { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ListDomainsRequest.SortByEnum> | The field to sort by. You can provide one sort order ( |
SortOrder
Declaration
public System.Nullable<ListDomainsRequest.SortOrderEnum> SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ListDomainsRequest.SortOrderEnum> | The sort order to use, either ascending ( |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identity domain type. |
Url
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The region-agnostic identity domain URL. |