Skip to content

RosSAMLIdentityProviderProps

Properties for defining a RosSAMLIdentityProvider.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-samlidentityprovider

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new RosSAMLIdentityProviderProps {
    object DirectoryId,
    object EncodedMetadataDocument = null,
    object EntityId = null,
    object LoginUrl = null,
    object SsoStatus = null,
    object WantRequestSigned = null,
    object X509Certificate = null
};

Properties

Name Type Description
DirectoryId object No description.
EncodedMetadataDocument object No description.
EntityId object No description.
LoginUrl object No description.
SsoStatus object No description.
WantRequestSigned object No description.
X509Certificate object No description.

DirectoryIdRequired

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

EncodedMetadataDocumentOptional

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

EntityIdOptional

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

LoginUrlOptional

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

SsoStatusOptional

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

WantRequestSignedOptional

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

X509CertificateOptional

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