Directory Saml Service Provider Args
data class DirectorySamlServiceProviderArgs(val acsUrl: Output<String>? = null, val authnSignAlgo: Output<String>? = null, val certificateType: Output<String>? = null, val encodedMetadataDocument: Output<String>? = null, val entityId: Output<String>? = null, val supportEncryptedAssertion: Output<Boolean>? = null) : ConvertibleToJava<DirectorySamlServiceProviderArgs>