Show / Hide Table of Contents

Class UpdateOrganizationDetails

The parameters for updating an organization.

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

Properties

DefaultUcmSubscriptionId

Declaration
[Required(ErrorMessage = "DefaultUcmSubscriptionId is required.")]
[JsonProperty(PropertyName = "defaultUcmSubscriptionId")]
public string DefaultUcmSubscriptionId { get; set; }
Property Value
Type Description
string

OCID of the default Universal Credits Model subscription. Any tenancy joining the organization will automatically get assigned this subscription, if a subscription is not explictly assigned.

Remarks

Required

In this article
Back to top