Show / Hide Table of Contents

Class ListAllowedDomainLicenseTypesRequest

Inheritance
System.Object
ListAllowedDomainLicenseTypesRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListAllowedDomainLicenseTypesRequest : object, IOciRequest
Examples

Click here to see an example of how to use ListAllowedDomainLicenseTypes request.

Properties

CurrentLicenseTypeName

Declaration
public string CurrentLicenseTypeName { get; set; }
Property Value
Type Description
System.String

The license type of the identity domain.

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.

Implements

IOciRequest
In This Article
Back to top