SAMLProviderProps
Properties for defining a SAMLProvider
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-samlprovider
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.SAMLProviderProps {
SamlProviderName: interface{},
Description: interface{},
EncodedSamlMetadataDocument: interface{},
SamlMetadataDocument: interface{},
SamlMetadataDocumentUrl: interface{},
}
Properties
Name | Type | Description |
---|---|---|
SamlProviderName |
interface{} |
Property samlProviderName: IdP Name. |
Description |
interface{} |
Property description: The description can contain a maximum of 256 characters. |
EncodedSamlMetadataDocument |
interface{} |
Property encodedSamlMetadataDocument: SAML metadata document.Base64 encoded. Provided by an identity provider that supports the SAML2.0 protocol. Only one of the three properties SAMLMetadataDocument, SAMLMetadataDocumentURL, EncodedSAMLMetadataDocument can be set. |
SamlMetadataDocument |
interface{} |
Property samlMetadataDocument: SAML metadata document. |
SamlMetadataDocumentUrl |
interface{} |
Property samlMetadataDocumentUrl: The URL for the file that contains the SAML metadata document. |
SamlProviderName
Required
SamlProviderName interface{}
- Type: interface{}
Property samlProviderName: IdP Name.
The IdP name can contain a maximum of 128 characters and only letters, numbers, and the following special characters are accepted: hyphens (-), periods (.), and underscores (_). It cannot start or end with a special character.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description can contain a maximum of 256 characters.
EncodedSamlMetadataDocument
Optional
EncodedSamlMetadataDocument interface{}
- Type: interface{}
Property encodedSamlMetadataDocument: SAML metadata document.Base64 encoded. Provided by an identity provider that supports the SAML2.0 protocol. Only one of the three properties SAMLMetadataDocument, SAMLMetadataDocumentURL, EncodedSAMLMetadataDocument can be set.
SamlMetadataDocument
Optional
SamlMetadataDocument interface{}
- Type: interface{}
Property samlMetadataDocument: SAML metadata document.
The content must be 1 to 102,400 bytes in length. Only one of the three properties SAMLMetadataDocument, SAMLMetadataDocumentURL, EncodedSAMLMetadataDocument can be set.
SamlMetadataDocumentUrl
Optional
SamlMetadataDocumentUrl interface{}
- Type: interface{}
Property samlMetadataDocumentUrl: The URL for the file that contains the SAML metadata document.
The URL must point to a document located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/document/demo and oss://ros/document/demo?RegionId=cn-hangzhou. The URL can be up to 1,024 bytes in length. Only one of the three properties SAMLMetadataDocument, SAMLMetadataDocumentURL, EncodedSAMLMetadataDocument can be set.