License Manager Functions
Package: DBMS_CLOUD_OCI_LIM_LICENSE_MANAGER
BULK_UPLOAD_LICENSE_RECORDS Function
Bulk upload the product licenses and license records for a given compartment.
Syntax
FUNCTION bulk_upload_license_records (
bulk_upload_license_records_details dbms_cloud_oci_license_manager_bulk_upload_license_records_details_t,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_bulk_upload_license_records_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Details required for the bulk upload of product licenses and license records. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
CREATE_LICENSE_RECORD Function
Creates a new license record for the given product license ID.
Syntax
FUNCTION create_license_record (
create_license_record_details dbms_cloud_oci_license_manager_create_license_record_details_t,
product_license_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
opc_retry_token varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_create_license_record_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Details needed to create a new license record. |
|
(required) Unique product license identifier. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected). |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
CREATE_PRODUCT_LICENSE Function
Creates a new product license.
Syntax
FUNCTION create_product_license (
create_product_license_details dbms_cloud_oci_license_manager_create_product_license_details_t,
opc_request_id varchar2 DEFAULT NULL,
opc_retry_token varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_create_product_license_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Details for creating a new product license. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations (for example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected). |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
DELETE_LICENSE_RECORD Function
Removes a license record.
Syntax
FUNCTION delete_license_record (
license_record_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
if_match varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_delete_license_record_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique license record identifier. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
DELETE_PRODUCT_LICENSE Function
Removes a product license.
Syntax
FUNCTION delete_product_license (
product_license_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
if_match varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_delete_product_license_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique product license identifier. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
GET_BULK_UPLOAD_TEMPLATE Function
Provides the bulk upload file template.
Syntax
FUNCTION get_bulk_upload_template (
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_bulk_upload_template_response_t;
Parameters
Parameter | Description |
---|---|
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
GET_CONFIGURATION Function
Retrieves configuration for a compartment.
Syntax
FUNCTION get_configuration (
compartment_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_configuration_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
GET_LICENSE_METRIC Function
Retrieves the license metrics for a given compartment.
Syntax
FUNCTION get_license_metric (
compartment_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
is_compartment_id_in_subtree number DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_license_metric_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) Indicates if the given compartment is the root compartment. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
GET_LICENSE_RECORD Function
Retrieves license record details by the license record ID in a given compartment.
Syntax
FUNCTION get_license_record (
license_record_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_license_record_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique license record identifier. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
GET_PRODUCT_LICENSE Function
Retrieves product license details by product license ID in a given compartment.
Syntax
FUNCTION get_product_license (
product_license_id varchar2,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_get_product_license_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique product license identifier. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
LIST_LICENSE_RECORDS Function
Retrieves all license records for a given product license ID.
Syntax
FUNCTION list_license_records (
product_license_id varchar2,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_list_license_records_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique product license identifier. |
|
(optional) The maximum number of items to return. |
|
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) The sort order to use, whether `ASC` or `DESC`. Allowed values are: 'ASC', 'DESC' |
|
(optional) Specifies the attribute with which to sort the rules. Default: `expirationDate` * **expirationDate:** Sorts by expiration date of the license record. Allowed values are: 'expirationDate' |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
LIST_PRODUCT_LICENSE_CONSUMERS Function
Retrieves the product license consumers for a particular product license ID.
Syntax
FUNCTION list_product_license_consumers (
product_license_id varchar2,
compartment_id varchar2,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
is_compartment_id_in_subtree number DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_list_product_license_consumers_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique product license identifier. |
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(optional) The maximum number of items to return. |
|
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) Indicates if the given compartment is the root compartment. |
|
(optional) The sort order to use, whether `ASC` or `DESC`. Allowed values are: 'ASC', 'DESC' |
|
(optional) Specifies the attribute with which to sort the rules. Default: `licenseUnitsRequired` * **licenseUnitsRequired:** Sorts by licenseUnitsRequired of the Resource. Allowed values are: 'licenseUnitsRequired' |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
LIST_PRODUCT_LICENSES Function
Retrieves all the product licenses from a given compartment.
Syntax
FUNCTION list_product_licenses (
compartment_id varchar2,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
is_compartment_id_in_subtree number DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_list_product_licenses_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(optional) The maximum number of items to return. |
|
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) Indicates if the given compartment is the root compartment. |
|
(optional) The sort order to use, whether `ASC` or `DESC`. Allowed values are: 'ASC', 'DESC' |
|
(optional) Specifies the attribute with which to sort the rules. Default: `totalLicenseUnitsConsumed` * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense. Allowed values are: 'totalLicenseUnitsConsumed' |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
LIST_TOP_UTILIZED_PRODUCT_LICENSES Function
Retrieves the top utilized product licenses for a given compartment.
Syntax
FUNCTION list_top_utilized_product_licenses (
compartment_id varchar2,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
is_compartment_id_in_subtree number DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_list_top_utilized_product_licenses_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(optional) The maximum number of items to return. |
|
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) Indicates if the given compartment is the root compartment. |
|
(optional) The sort order to use, whether `ASC` or `DESC`. Allowed values are: 'ASC', 'DESC' |
|
(optional) Specifies the attribute with which to sort the rules. Default: `totalLicenseUnitsConsumed` * **totalLicenseUnitsConsumed:** Sorts by totalLicenseUnitsConsumed of ProductLicense. Allowed values are: 'totalLicenseUnitsConsumed' |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
LIST_TOP_UTILIZED_RESOURCES Function
Retrieves the top utilized resources for a given compartment.
Syntax
FUNCTION list_top_utilized_resources (
compartment_id varchar2,
limit number DEFAULT NULL,
page varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
is_compartment_id_in_subtree number DEFAULT NULL,
resource_unit_type varchar2 DEFAULT NULL,
sort_order varchar2 DEFAULT NULL,
sort_by varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_list_top_utilized_resources_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(optional) The maximum number of items to return. |
|
(optional) A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) Indicates if the given compartment is the root compartment. |
|
(optional) A filter to return only resources whose unit matches the given resource unit. Allowed values are: 'OCPU', 'ECPU' |
|
(optional) The sort order to use, whether `ASC` or `DESC`. Allowed values are: 'ASC', 'DESC' |
|
(optional) Specifies the attribute with which to sort the rules. Default: `totalUnits` * **totalUnits:** Sorts by totalUnits consumed by resource. Allowed values are: 'totalUnits' |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
UPDATE_CONFIGURATION Function
Updates the configuration for the compartment.
Syntax
FUNCTION update_configuration (
compartment_id varchar2,
update_configuration_details dbms_cloud_oci_license_manager_update_configuration_details_t,
if_match varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_update_configuration_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) The compartment OCID used for the license record, product license, and configuration. |
|
(required) Configuration details that need to be updated. |
|
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
UPDATE_LICENSE_RECORD Function
Updates license record entity details.
Syntax
FUNCTION update_license_record (
license_record_id varchar2,
update_license_record_details dbms_cloud_oci_license_manager_update_license_record_details_t,
if_match varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_update_license_record_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique license record identifier. |
|
(required) Details to update a license record entity. |
|
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |
UPDATE_PRODUCT_LICENSE Function
Updates the list of images for a product license.
Syntax
FUNCTION update_product_license (
product_license_id varchar2,
update_product_license_details dbms_cloud_oci_license_manager_update_product_license_details_t,
if_match varchar2 DEFAULT NULL,
opc_request_id varchar2 DEFAULT NULL,
region varchar2 DEFAULT NULL,
endpoint varchar2 DEFAULT NULL,
credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_lim_license_manager_update_product_license_response_t;
Parameters
Parameter | Description |
---|---|
|
(required) Unique product license identifier. |
|
(required) The list of images that needs to be updated. |
|
(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value. |
|
(optional) The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
|
(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix). |
|
(optional) The endpoint of the service to call using this function. e.g https://licensemanager.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence. |
|
(optional) The name of the credential for authenticating with the corresponding cloud native API. |