Class BackupLocationURI
PreAuthenticated object storage URI to upload or download the backup
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class BackupLocationURI : BackupLocation
Properties
Uri
Declaration
[Required(ErrorMessage = "Uri is required.")]
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Required