Skip to content

PrincipalProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new PrincipalProperty {
    object Federated = null,
    object Ram = null,
    object Service = null
};

Properties

Name Type Description
Federated object No description.
Ram object No description.
Service object No description.

FederatedOptional

public object Federated { get; set; }
  • Type: object

RamOptional

public object Ram { get; set; }
  • Type: object

ServiceOptional

public object Service { get; set; }
  • Type: object