Show / Hide Table of Contents

Class PropertySetApexDocumentGenerator

Contains the details of an APEX Document Generator property set

Inheritance
object
PropertySet
PropertySetApexDocumentGenerator
Inherited Members
PropertySet.IsMutable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class PropertySetApexDocumentGenerator : PropertySet

Properties

AutonomousDatabaseResourcePrincipalStatus

Declaration
[JsonProperty(PropertyName = "autonomousDatabaseResourcePrincipalStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PropertySetApexDocumentGenerator.AutonomousDatabaseResourcePrincipalStatusEnum? AutonomousDatabaseResourcePrincipalStatus { get; set; }
Property Value
Type Description
PropertySetApexDocumentGenerator.AutonomousDatabaseResourcePrincipalStatusEnum?

The status of the Autonomous Database Serverless Resource Principal (OCI$RESOURCE_PRINCIPAL)

CredentialKey

Declaration
[JsonProperty(PropertyName = "credentialKey")]
public string CredentialKey { get; set; }
Property Value
Type Description
string

The name of the credential used by APEX to manage Object Storage Buckets and Objects as well as invoke the Document Generator function

FunctionId

Declaration
[JsonProperty(PropertyName = "functionId")]
public string FunctionId { get; set; }
Property Value
Type Description
string

The OCID of the Document Generator function

InvokeEndpoint

Declaration
[JsonProperty(PropertyName = "invokeEndpoint")]
public string InvokeEndpoint { get; set; }
Property Value
Type Description
string

The base endpoint URL to use to invoke the Document Generator function

ObjectStorageBucketCompartmentId

Declaration
[JsonProperty(PropertyName = "objectStorageBucketCompartmentId")]
public string ObjectStorageBucketCompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment containing the Object Storage Buckets managed by APEX

ObjectStorageEndpoint

Declaration
[JsonProperty(PropertyName = "objectStorageEndpoint")]
public string ObjectStorageEndpoint { get; set; }
Property Value
Type Description
string

Object Storage Endpoint

ObjectStorageNamespace

Declaration
[JsonProperty(PropertyName = "objectStorageNamespace")]
public string ObjectStorageNamespace { get; set; }
Property Value
Type Description
string

The Object Storage Namespace containing the Object Storage Buckets managed by APEX

PrintServerType

Declaration
[JsonProperty(PropertyName = "printServerType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PropertySetApexDocumentGenerator.PrintServerTypeEnum? PrintServerType { get; set; }
Property Value
Type Description
PropertySetApexDocumentGenerator.PrintServerTypeEnum?

The print server type

In this article
Back to top