AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A structure that contains details of a service principal that represents an Amazon Web Services service that is enabled to integrate with Organizations.

Inheritance Hierarchy

System.Object
  Amazon.Organizations.Model.EnabledServicePrincipal

Namespace: Amazon.Organizations.Model
Assembly: AWSSDK.Organizations.dll
Version: 3.x.y.z

Syntax

C#
public class EnabledServicePrincipal

The EnabledServicePrincipal type exposes the following members

Constructors

NameDescription
Public Method EnabledServicePrincipal()

Properties

NameTypeDescription
Public Property DateEnabled System.DateTime

Gets and sets the property DateEnabled.

The date that the service principal was enabled for integration with Organizations.

Public Property ServicePrincipal System.String

Gets and sets the property ServicePrincipal.

The name of the service principal. This is typically in the form of a URL, such as: servicename.amazonaws.com.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5