Office365Linked Service Response
data class Office365LinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val office365TenantId: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalId: Any, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val servicePrincipalTenantId: Any, val type: String)
Office365 linked service.
Constructors
Link copied to clipboard
fun Office365LinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, office365TenantId: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalId: Any, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, servicePrincipalTenantId: Any, type: String)