Show / Hide Table of Contents

Class AppCatalogListingResourceVersionAgreements

Agreements for a listing resource version.

Inheritance
object
AppCatalogListingResourceVersionAgreements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AppCatalogListingResourceVersionAgreements

Properties

EulaLink

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

EULA link

ListingId

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

The OCID of the listing associated with these agreements.

ListingResourceVersion

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

Listing resource version associated with these agreements.

OracleTermsOfUseLink

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

Oracle TOU link

Signature

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

A generated signature for this agreement retrieval operation which should be used in the create subscription call.

TimeRetrieved

Declaration
[JsonProperty(PropertyName = "timeRetrieved")]
public DateTime? TimeRetrieved { get; set; }
Property Value
Type Description
DateTime?

Date and time the agreements were retrieved, in RFC3339 format. Example: 2018-03-20T12:32:53.532Z

In this article
Back to top